mailiverse/android/SlidingMenu/example/res/layout/grid_item.xml

13 lines
422 B
XML
Raw Normal View History

2013-08-09 16:48:44 -04:00
<?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>