p7725_sdk_layout_float_menu.xml
1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_tool_bar"
android:gravity="center_vertical"
android:paddingLeft="27dp"
android:paddingTop="5dp"
android:paddingRight="10dp"
android:paddingBottom="6dp"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_gamelist_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_gamecenter_selector" />
<TextView
android:id="@+id/tv_strategy_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_guide_selector" />
<TextView
android:id="@+id/tv_fans_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_fans_selector" />
<TextView
android:id="@+id/tv_personal_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_account_selector" />
</LinearLayout>