1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-05 10:43:22 +08:00

add sample name

This commit is contained in:
wasabeef
2015-01-12 00:51:22 +09:00
parent ae6a3d0114
commit b7a32e2b7a
2 changed files with 18 additions and 2 deletions

View File

@@ -6,9 +6,19 @@
<ImageView
android:id="@+id/image"
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"/>
android:layout_centerInParent="true"
android:contentDescription="@null"
android:src="@drawable/demo"/>
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/image"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
android:textColor="@android:color/white"/>
</RelativeLayout>