diff options
author | Michael Jurka <mikejurka@google.com> | 2010-07-12 16:36:06 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-07-12 16:36:06 -0700 |
commit | 4ab2f860e704b48a721b30095ebbdd353e3c00c4 (patch) | |
tree | 7942ec61bd3541c071d6c9f06d217349de833816 /res | |
parent | 946ad470c72a3caa7568d11836c182b7f84d840d (diff) | |
download | packages_apps_trebuchet-4ab2f860e704b48a721b30095ebbdd353e3c00c4.zip packages_apps_trebuchet-4ab2f860e704b48a721b30095ebbdd353e3c00c4.tar.gz packages_apps_trebuchet-4ab2f860e704b48a721b30095ebbdd353e3c00c4.tar.bz2 |
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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index ce864c2..72cd796 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" |