Merge changes from topic 'am-f7835728-4eea-4e25-a057-b154d99dcf6a' into ub-launcher3-dorval-polish2

* changes:
  [automerger] Add padding to the top of Folders for visual balance. am: bd3057dde2
  Add padding to the top of Folders for visual balance.
This commit is contained in:
TreeHugger Robot 2017-07-26 20:25:24 +00:00 committed by Android (Google) Code Review
commit 87b60258ed
2 changed files with 2 additions and 2 deletions

View File

@ -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" />
<LinearLayout

View File

@ -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" />
<LinearLayout