66fe32ad4c533506a39a1cd72a99af3d1a4492be
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <RelativeLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
background=
"#F7F7F7"
4 android:
layout_width=
"fill_parent"
5 android:
layout_height=
"fill_parent" >
8 android:
id=
"@+id/gridImage"
9 android:
layout_width=
"wrap_content"
10 android:
layout_height=
"wrap_content"
11 android:
layout_alignParentTop=
"true"
12 android:
layout_centerHorizontal=
"true"
13 android:
src=
"@drawable/action_item_btn" />
16 android:
id=
"@+id/gridText"
17 android:
layout_width=
"wrap_content"
18 android:
layout_height=
"wrap_content"
19 android:
layout_below=
"@+id/gridImage"
20 android:
layout_centerHorizontal=
"true"
21 android:
text=
"Medium Text"
22 android:
textAppearance=
"?android:attr/textAppearanceMedium"
23 android:
textColor=
"@color/setup_text_hint" />