blob: 29519c3f9943d85d8133f0681b98a8ba0546a8ea [file] [log] [blame]
saberian7b5b77b2012-06-04 11:19:43 -07001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:orientation="horizontal"
7 android:background="@drawable/background"
8 android:padding = "8dp">
9 <LinearLayout
10 android:id="@+id/linearLayout0"
11 android:layout_width="match_parent"
12 android:layout_height="match_parent"
13 android:orientation="vertical"
14 android:layout_weight="1">
15 <ImageButton
16 android:id="@+id/button_app0"
17 android:layout_width="match_parent"
18 android:layout_height="52dp"
19 android:background="@android:color/transparent"
20 android:scaleType="fitCenter"/>
21 <TextView
22 android:id="@+id/text_app0"
23 android:layout_width="match_parent"
24 android:layout_height="wrap_content"
25 android:gravity="center"
26 android:singleLine="true"/>
27 </LinearLayout>
28 <LinearLayout
29 android:id="@+id/linearLayout1"
30 android:layout_width="match_parent"
31 android:layout_height="match_parent"
32 android:orientation="vertical"
33 android:layout_weight= "1">
34 <ImageButton
35 android:id="@+id/button_app1"
36 android:layout_width="match_parent"
37 android:layout_height="52dp"
38 android:background="@android:color/transparent"
39 android:scaleType="fitCenter"/>
40 <TextView
41 android:id="@+id/text_app1"
42 android:layout_width="match_parent"
43 android:layout_height="wrap_content"
44 android:gravity="center"
45 android:singleLine="true"/>
46 </LinearLayout>
47 <LinearLayout
48 android:id="@+id/linearLayout2"
49 android:layout_width="match_parent"
50 android:layout_height="match_parent"
51 android:orientation="vertical"
52 android:layout_weight= "1">
53 <ImageButton
54 android:id="@+id/button_app2"
55 android:layout_width="match_parent"
56 android:layout_height="52dp"
57 android:background="@android:color/transparent"
58 android:scaleType="fitCenter"/>
59 <TextView
60 android:id="@+id/text_app2"
61 android:layout_width="match_parent"
62 android:layout_height="wrap_content"
63 android:gravity="center"
64 android:singleLine="true"/>
65 </LinearLayout>
66 <LinearLayout
67 android:id="@+id/linearLayout3"
68 android:layout_width="match_parent"
69 android:layout_height="match_parent"
70 android:orientation="vertical"
71 android:layout_weight= "1">
72 <ImageButton
73 android:id="@+id/button_app3"
74 android:layout_width="match_parent"
75 android:layout_height="52dp"
76 android:background="@android:color/transparent"
77 android:scaleType="fitCenter"/>
78 <TextView
79 android:id="@+id/text_app3"
80 android:layout_width="match_parent"
81 android:layout_height="wrap_content"
82 android:gravity="center"
83 android:singleLine="true"/>
84 </LinearLayout>
85</LinearLayout>