OSDN Git Service

work in progress...
[android-x86/external-koush-Superuser.git] / Superuser / res / layout-land / app_layout.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     android:layout_width="fill_parent"
3     android:layout_height="wrap_content" 
4     android:layout_gravity="center"
5     android:gravity="center"
6     >
7
8     <ListView
9         android:id="@+id/list"
10         android:layout_width="match_parent"
11         android:layout_height="wrap_content"
12         android:layout_gravity="center"
13         android:layout_weight="1"
14         android:divider="@null"
15         android:dividerHeight="0dp"
16         android:gravity="center"
17         android:paddingBottom="20dp"
18         android:paddingTop="20dp" />
19     <LinearLayout
20         android:layout_width="fill_parent"
21         android:layout_height="wrap_content"
22         android:layout_weight="1"
23         android:orientation="vertical" >
24
25         <include
26             android:layout_width="fill_parent"
27             android:layout_height="wrap_content"
28             layout="@layout/app_info" />
29     </LinearLayout>
30
31
32 </LinearLayout>