summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-07-12 16:36:06 -0700
committerMichael Jurka <mikejurka@google.com>2010-07-12 16:36:06 -0700
commit4ab2f860e704b48a721b30095ebbdd353e3c00c4 (patch)
tree7942ec61bd3541c071d6c9f06d217349de833816 /res
parent946ad470c72a3caa7568d11836c182b7f84d840d (diff)
downloadandroid_packages_apps_Trebuchet-4ab2f860e704b48a721b30095ebbdd353e3c00c4.tar.gz
android_packages_apps_Trebuchet-4ab2f860e704b48a721b30095ebbdd353e3c00c4.tar.bz2
android_packages_apps_Trebuchet-4ab2f860e704b48a721b30095ebbdd353e3c00c4.zip
Fixed height of all apps icon in some configurations (running N1 with DPI set to 120)
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge/launcher.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index ce864c285..72cd7962f 100644
--- a/res/layout-xlarge/launcher.xml
+++ b/res/layout-xlarge/launcher.xml
@@ -49,6 +49,7 @@
<com.android.launcher2.HandleView
style="@style/HotseatButton"
android:id="@+id/all_apps_button"
+ android:layout_height="@dimen/button_bar_height"
android:layout_width="@dimen/button_bar_height"
android:src="@drawable/all_apps_button"