From dfaccf64bd59343de483b12eee6db61c960aedce Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 11 May 2015 16:30:44 -0700 Subject: Various icon size changes 1) Setting different icon and text size for workspace and all apps 2) Setting padding during BubbleTextView inflation Change-Id: I59da6986b0d98e8e2aa6065743bb799a6bf06a37 --- res/layout/apps_customize_application.xml | 21 -------------------- res/layout/apps_grid_row_icon_view.xml | 3 ++- res/layout/apps_list_row_icon_view.xml | 29 --------------------------- res/layout/apps_list_row_view.xml | 33 ------------------------------- 4 files changed, 2 insertions(+), 84 deletions(-) delete mode 100644 res/layout/apps_customize_application.xml delete mode 100644 res/layout/apps_list_row_icon_view.xml delete mode 100644 res/layout/apps_list_row_view.xml (limited to 'res/layout') diff --git a/res/layout/apps_customize_application.xml b/res/layout/apps_customize_application.xml deleted file mode 100644 index c56cdf3d2..000000000 --- a/res/layout/apps_customize_application.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/res/layout/apps_grid_row_icon_view.xml b/res/layout/apps_grid_row_icon_view.xml index 81e74b985..286deb454 100644 --- a/res/layout/apps_grid_row_icon_view.xml +++ b/res/layout/apps_grid_row_icon_view.xml @@ -25,5 +25,6 @@ android:paddingBottom="8dp" android:focusable="true" android:background="@drawable/focusable_view_bg" - launcher:deferShadowGeneration="true" /> + launcher:deferShadowGeneration="true" + launcher:iconDisplay="all_apps" /> diff --git a/res/layout/apps_list_row_icon_view.xml b/res/layout/apps_list_row_icon_view.xml deleted file mode 100644 index 867dbdc99..000000000 --- a/res/layout/apps_list_row_icon_view.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - diff --git a/res/layout/apps_list_row_view.xml b/res/layout/apps_list_row_view.xml deleted file mode 100644 index e80285b95..000000000 --- a/res/layout/apps_list_row_view.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - -- cgit v1.2.3