From 861d111c8bd4efa55b676452e5a04feedc276527 Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Mon, 9 Mar 2015 17:29:01 -0700 Subject: App Drawer: take dynamic grid updates - Also fix row length so icons aren't cut off when large icons are enabled Change-Id: Iae95dc2380abee211eeed72eae08cafa4ec354f7 --- res/layout/drawer_icon.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout/drawer_icon.xml') diff --git a/res/layout/drawer_icon.xml b/res/layout/drawer_icon.xml index 1cdea78..6c804f1 100644 --- a/res/layout/drawer_icon.xml +++ b/res/layout/drawer_icon.xml @@ -18,6 +18,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" + android:paddingLeft="@dimen/vertical_app_drawer_icon_padding" + android:paddingRight="@dimen/vertical_app_drawer_icon_padding" android:layout_height="wrap_content">