]>
Commit | Line | Data |
---|---|---|
6d7e08bf PT |
1 | <LinearLayout |
2 | xmlns:android="http://schemas.android.com/apk/res/android" | |
3 | android:orientation="vertical" | |
4 | android:layout_width="fill_parent" | |
5 | android:layout_height="fill_parent" android:layout_gravity="center"> | |
6 | <LinearLayout | |
7 | android:orientation="vertical" | |
8 | android:id="@+id/fragment_container" | |
9 | android:layout_width="match_parent" | |
10 | android:layout_height="match_parent" > | |
11 | ||
12 | </LinearLayout> | |
eb5b6684 | 13 | </LinearLayout> |