From cff1071ca7f9af12c44ef35bb66752c7a4330e83 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Sep 2012 00:50:26 +0400 Subject: [PATCH] enable tablet UI on w600dp devices --- AndroidManifest.xml | 4 ++-- .../headlines_row_selected.xml | 0 res/{layout-sw768dp-port => layout-sw600dp-port}/main.xml | 0 res/{layout-sw768dp => layout-sw600dp}/feeds_row_selected.xml | 0 res/{layout-sw768dp => layout-sw600dp}/headlines_row.xml | 0 .../headlines_row_selected.xml | 0 .../headlines_row_unread.xml | 0 res/{layout-sw768dp => layout-sw600dp}/main.xml | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename res/{layout-sw768dp-port => layout-sw600dp-port}/headlines_row_selected.xml (100%) rename res/{layout-sw768dp-port => layout-sw600dp-port}/main.xml (100%) rename res/{layout-sw768dp => layout-sw600dp}/feeds_row_selected.xml (100%) rename res/{layout-sw768dp => layout-sw600dp}/headlines_row.xml (100%) rename res/{layout-sw768dp => layout-sw600dp}/headlines_row_selected.xml (100%) rename res/{layout-sw768dp => layout-sw600dp}/headlines_row_unread.xml (100%) rename res/{layout-sw768dp => layout-sw600dp}/main.xml (100%) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a76adbc1..90530e11 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="90" + android:versionName="0.6.14" > diff --git a/res/layout-sw768dp-port/headlines_row_selected.xml b/res/layout-sw600dp-port/headlines_row_selected.xml similarity index 100% rename from res/layout-sw768dp-port/headlines_row_selected.xml rename to res/layout-sw600dp-port/headlines_row_selected.xml diff --git a/res/layout-sw768dp-port/main.xml b/res/layout-sw600dp-port/main.xml similarity index 100% rename from res/layout-sw768dp-port/main.xml rename to res/layout-sw600dp-port/main.xml diff --git a/res/layout-sw768dp/feeds_row_selected.xml b/res/layout-sw600dp/feeds_row_selected.xml similarity index 100% rename from res/layout-sw768dp/feeds_row_selected.xml rename to res/layout-sw600dp/feeds_row_selected.xml diff --git a/res/layout-sw768dp/headlines_row.xml b/res/layout-sw600dp/headlines_row.xml similarity index 100% rename from res/layout-sw768dp/headlines_row.xml rename to res/layout-sw600dp/headlines_row.xml diff --git a/res/layout-sw768dp/headlines_row_selected.xml b/res/layout-sw600dp/headlines_row_selected.xml similarity index 100% rename from res/layout-sw768dp/headlines_row_selected.xml rename to res/layout-sw600dp/headlines_row_selected.xml diff --git a/res/layout-sw768dp/headlines_row_unread.xml b/res/layout-sw600dp/headlines_row_unread.xml similarity index 100% rename from res/layout-sw768dp/headlines_row_unread.xml rename to res/layout-sw600dp/headlines_row_unread.xml diff --git a/res/layout-sw768dp/main.xml b/res/layout-sw600dp/main.xml similarity index 100% rename from res/layout-sw768dp/main.xml rename to res/layout-sw600dp/main.xml