summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-07-27 10:01:56 -0700
committerMichael Jurka <mikejurka@google.com>2010-07-27 15:53:04 -0700
commitdee0589388ba0f6373912e18bf86243282fb3b9b (patch)
tree40431fd3865b92443a622bd31560f62640cc32d9 /res
parentff5f040de1fd7a33759e8e4ce03c3ef68df174bb (diff)
downloadandroid_packages_apps_Trebuchet-dee0589388ba0f6373912e18bf86243282fb3b9b.tar.gz
android_packages_apps_Trebuchet-dee0589388ba0f6373912e18bf86243282fb3b9b.tar.bz2
android_packages_apps_Trebuchet-dee0589388ba0f6373912e18bf86243282fb3b9b.zip
Home screen now shrinks while customizing
- added a shrink/fade animation on home screen when going into customization mode - made items in the customization drawer larger Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge/launcher.xml2
-rw-r--r--res/layout/home_customization_drawer_item.xml2
-rw-r--r--res/values/dimens.xml4
3 files changed, 6 insertions, 2 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index 61457bf0f..3f56b4546 100644
--- a/res/layout-xlarge/launcher.xml
+++ b/res/layout-xlarge/launcher.xml
@@ -86,7 +86,7 @@
<TabHost
android:id="@android:id/tabhost"
android:layout_width="match_parent"
- android:layout_height="200dip"
+ android:layout_height="500dip"
android:layout_gravity="bottom"
android:visibility="gone">
<LinearLayout
diff --git a/res/layout/home_customization_drawer_item.xml b/res/layout/home_customization_drawer_item.xml
index e3d20a1ea..2ef527daa 100644
--- a/res/layout/home_customization_drawer_item.xml
+++ b/res/layout/home_customization_drawer_item.xml
@@ -16,7 +16,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:background="?android:attr/galleryItemBackground"
- android:layout_width="200dip"
+ android:layout_width="600dip"
android:layout_height="match_parent"
android:padding="20dip"
android:orientation="vertical"
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 790f83599..9bf6cdf46 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -37,4 +37,8 @@
<!-- delete_zone_size_full - button_bar_height_portrait -->
<dimen name="delete_zone_padding">14dip</dimen>
+
+ <!-- horizontal spacing between mini screen thumbnails ie. in all
+ apps and in customization mode -->
+ <dimen name="smallScreenSpacing">10dip</dimen>
</resources>