diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-09-02 00:50:26 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-09-02 00:50:26 +0400 |
| commit | cff1071ca7f9af12c44ef35bb66752c7a4330e83 (patch) | |
| tree | 5195288b5163c3edf24a83a3845458c7da48a87b /res/layout-sw768dp/main.xml | |
| parent | 06f57b1b815f6746833cc07baf3b18432c36964a (diff) | |
enable tablet UI on w600dp devices
Diffstat (limited to 'res/layout-sw768dp/main.xml')
| -rw-r--r-- | res/layout-sw768dp/main.xml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/res/layout-sw768dp/main.xml b/res/layout-sw768dp/main.xml deleted file mode 100644 index 9df4e048..00000000 --- a/res/layout-sw768dp/main.xml +++ /dev/null @@ -1,55 +0,0 @@ -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/main" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - > - - <LinearLayout - android:id="@+id/fragment_container" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="horizontal" > - - <FrameLayout - android:id="@+id/feeds_fragment" - android:layout_width="0dp" - android:layout_height="match_parent" - android:layout_weight="0.3" - android:background="?feedlistBackground" > - </FrameLayout> - - <FrameLayout - android:id="@+id/headlines_fragment" - android:layout_width="0dp" - android:layout_height="match_parent" - android:layout_weight="0.4" - android:background="?headlinesBackground" > - </FrameLayout> - - <FrameLayout - android:id="@+id/article_fragment" - android:layout_width="0dp" - android:layout_height="match_parent" - android:layout_weight="0.6" - android:background="?articleBackground" > - </FrameLayout> - </LinearLayout> - - <LinearLayout - android:id="@+id/loading_container" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="?loadingBackground" - android:gravity="center" - android:orientation="vertical" > - - <TextView - android:id="@+id/loading_message" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:gravity="center_horizontal" - android:text="@string/loading_message" - android:textAppearance="?android:attr/textAppearanceLarge" /> - </LinearLayout> - -</FrameLayout>
\ No newline at end of file |