From 0dca1ec41479a74f8da080224fa0c7eacab674d6 Mon Sep 17 00:00:00 2001 From: Andrew Flynn Date: Wed, 29 Feb 2012 13:33:22 -0800 Subject: New small/large screen division for Launcher. Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184 --- res/values-sw720dp/config.xml | 22 +++++ res/values-sw720dp/dimens.xml | 49 ++++++++++- res/values-sw720dp/styles.xml | 167 ++++++++++++++++++++++++++++++++++++++ res/values-sw720dp/wallpapers.xml | 32 ++++++++ 4 files changed, 269 insertions(+), 1 deletion(-) create mode 100644 res/values-sw720dp/config.xml create mode 100644 res/values-sw720dp/styles.xml create mode 100644 res/values-sw720dp/wallpapers.xml (limited to 'res/values-sw720dp') diff --git a/res/values-sw720dp/config.xml b/res/values-sw720dp/config.xml new file mode 100644 index 000000000..8141283b8 --- /dev/null +++ b/res/values-sw720dp/config.xml @@ -0,0 +1,22 @@ + + true + true + + + + 90 + + + + true + + true + + + 0 + + + 17 + diff --git a/res/values-sw720dp/dimens.xml b/res/values-sw720dp/dimens.xml index 48faf9ab7..d5f411ce1 100644 --- a/res/values-sw720dp/dimens.xml +++ b/res/values-sw720dp/dimens.xml @@ -15,9 +15,56 @@ --> + + 12dip + 12dip + + + 56dp + + 36dp + 96dip + 96dip + -1 -1 0dp 10dp - \ No newline at end of file + + + 10dp + + + 72dp + -1 + + + 0dip + + + 30dip + 60dip + + 4dip + + + 48dip + + + 196dp + 140dp + 8dip + + + 0dp + + + 0dp + -12dp + diff --git a/res/values-sw720dp/styles.xml b/res/values-sw720dp/styles.xml new file mode 100644 index 000000000..87110da9f --- /dev/null +++ b/res/values-sw720dp/styles.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/values-sw720dp/wallpapers.xml b/res/values-sw720dp/wallpapers.xml new file mode 100644 index 000000000..fb386f491 --- /dev/null +++ b/res/values-sw720dp/wallpapers.xml @@ -0,0 +1,32 @@ + + + + + + wallpaper_architecture + wallpaper_bubblegum + wallpaper_canyon + wallpaper_chroma + wallpaper_escape + wallpaper_fidelity + wallpaper_flora + wallpaper_kepler + wallpaper_leaf + wallpaper_noir + wallpaper_outofthebox + + -- cgit v1.2.3