mailiverse/android/SlidingMenu/example/res/layout/grid_item.xml
Timothy Prepscius 5fb69ebea8 adds the android
2013-08-09 16:48:44 -04:00

13 lines
422 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="100dp" >
<ImageView
android:id="@+id/grid_item_img"
android:layout_width="match_parent"
android:layout_height="150dp"
android:scaleType="centerCrop"
android:src="@drawable/peacock" />
</FrameLayout>