Fixed height of all apps icon in some configurations (running N1 with DPI set to 120)
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"