1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 android:layout_width="64dip" |
2 android:layout_width="fill_parent" |
3 android:layout_height="0dip" |
3 android:layout_height="0dp" |
4 android:layout_weight="1" |
4 android:layout_weight="1" |
5 android:layout_marginTop="-3dip" |
5 android:orientation="vertical" |
6 android:layout_marginBottom="-3dip" |
6 android:background="@drawable/box"> |
7 android:orientation="vertical"> |
|
8 |
7 |
9 <ImageView android:id="@+id/icon" |
8 <ImageView android:id="@+id/icon" |
10 android:layout_width="wrap_content" |
9 android:layout_width="wrap_content" |
11 android:layout_height="wrap_content" |
10 android:layout_height="wrap_content" |
12 android:layout_centerHorizontal="true" |
11 android:layout_centerHorizontal="true" |
13 /> |
12 /> |
14 |
13 |
15 <TextView android:id="@+id/title" |
14 <TextView android:id="@+id/title" |
16 android:layout_width="wrap_content" |
15 android:layout_width="wrap_content" |
17 android:layout_height="wrap_content" |
16 android:layout_height="wrap_content" |
|
17 android:scrollHorizontally="false" |
|
18 android:padding="4dp" |
18 android:layout_alignParentBottom="true" |
19 android:layout_alignParentBottom="true" |
19 android:layout_centerHorizontal="true" |
20 android:layout_centerHorizontal="true" |
20 style="?android:attr/tabWidgetStyle" |
21 style="?android:attr/tabWidgetStyle" |
21 /> |
22 /> |
22 </RelativeLayout> |
23 </RelativeLayout> |