mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-10-05 10:43:22 +08:00
Added the DownSampling to BlurTransformation
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/demo"/>
|
||||
android:contentDescription="@null"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
Reference in New Issue
Block a user