new stuff for account authenticator
[pub/Android/ownCloud.git] / res / layout / landing_page_fragment.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/linearLayout1"
4 android:layout_width="fill_parent"
5 android:layout_height="wrap_content"
6 android:orientation="vertical" >
7
8 <ListView
9 android:id="@+id/homeScreenList"
10 android:layout_width="fill_parent"
11 android:layout_height="fill_parent"
12 android:layout_gravity="center_horizontal"
13 android:stretchMode="columnWidth"
14 android:divider="@android:color/black">
15 </ListView>
16
17 </LinearLayout>