Skip to content

A simple imageview which scales the width or height aspect with the given ratio

License

Notifications You must be signed in to change notification settings

naseemakhtar994/aspect-ratio-imageview-1

 
 

Repository files navigation

Aspect Ratio ImageView

Android Arsenal

A simple imageview which scales the width or height aspect with the given ratio

Sample

Usage

Gradle

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
  compile 'com.github.santalu:aspect-ratio-imageview:1.0'
}

XML

<com.santalu.aspectratioimageview.AspectRatioImageView
    android:layout_width="200dp"
    android:layout_height="wrap_content"
    android:scaleType="centerCrop"
    app:ari_aspect="height"
    app:ari_ratio="1.3"
    app:srcCompat="@drawable/demo"/>

Attributes

Name Description Value
ari_aspect type of measurement width, height
ari_ratio scale value of measurement float

License

Copyright 2017 Fatih Santalu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A simple imageview which scales the width or height aspect with the given ratio

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%