From bd3057dde2624f78fcb688da7741eaffe1e9953f Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Wed, 26 Jul 2017 11:14:26 -0700 Subject: Add padding to the top of Folders for visual balance. This CL is built on top of Ifb8ce81e23f38df2eb2c26f93376eca19caae5b1. We will address Folder spec in a future release. Bug: 63825895 Bug: 64064973 Change-Id: Ie351ad17805a092f59b5142fc2f7143e4f212b14 --- res/layout/user_folder.xml | 2 +- res/layout/user_folder_icon_normalized.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml index 4d80aac29..afa19b897 100644 --- a/res/layout/user_folder.xml +++ b/res/layout/user_folder.xml @@ -29,7 +29,7 @@ android:layout_height="match_parent" android:paddingLeft="8dp" android:paddingRight="8dp" - android:paddingTop="6dp" + android:paddingTop="16dp" launcher:pageIndicator="@+id/folder_page_indicator" />