1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-05 18:53:20 +08:00
Files
glide-transformations/example/src/main/res/layout/activity_main.xml
2015-09-06 01:24:12 +09:00

16 lines
447 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#CC000000"
tools:context=".MainActivity"
>
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</RelativeLayout>