OSDN Git Service

0e0a5b1d8ee97d125aba150615c3221455dad43e
[sharp4k/CUTEn.git] / CUTEn / res / layout / main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent"
5     android:orientation="vertical" >
6
7     <LinearLayout
8         android:layout_width="match_parent"
9         android:layout_height="wrap_content"
10         android:gravity="right" >
11
12         <LinearLayout
13             android:layout_width="wrap_content"
14             android:layout_height="match_parent"
15             android:layout_weight="0.76" >
16
17             <TextView
18                 android:id="@+id/MessageTextView"
19                 android:layout_width="wrap_content"
20                 android:layout_height="match_parent"
21                 android:textAppearance="?android:attr/textAppearanceLarge" />
22         </LinearLayout>
23
24         <ImageButton
25             android:id="@+id/clearFlagBtn"
26             android:layout_width="wrap_content"
27             android:layout_height="wrap_content"
28             android:src="@drawable/cancel32" />
29
30         <ImageButton
31             android:id="@+id/createFolderBtn"
32             android:layout_width="wrap_content"
33             android:layout_height="wrap_content"
34             android:src="@drawable/add32" />
35
36         <ImageButton
37             android:id="@+id/updateBtn"
38             android:layout_width="wrap_content"
39             android:layout_height="wrap_content"
40             android:src="@drawable/reload32" />
41
42         <ImageButton
43             android:id="@+id/moveBtn"
44             android:layout_width="wrap_content"
45             android:layout_height="wrap_content"
46             android:layout_weight="0.01"
47             android:src="@drawable/addlec32" />
48
49     </LinearLayout>
50
51     <ExpandableListView
52         android:id="@+id/folderList"
53         android:layout_width="match_parent"
54         android:layout_height="wrap_content" >
55     </ExpandableListView>
56
57 </LinearLayout>