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
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index 61457bf..3f56b45 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