一个简单的自定义view,能够在布局的时候指定imageview的宽高比例
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<cn.sz.leonhardt.loweimageview.loweimageview_library.LoweImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:ratio="2.3"
android:scaleType="fitXY"
android:src="@drawable/cat"/>
</LinearLayout>
extends imageview 所以其他用法毫无区别
Via Gradle:
not now
compile ''
- 你喜欢对这代码做什么就做什么吧【表情】