commit | cdebe39f1ff94412ac4a5c14bfbb3632a6357661 | [log] [tgz] |
---|---|---|
author | Chihhang Chuang <chihhangchuang@google.com> | Mon Jun 21 21:12:21 2021 +0800 |
committer | Chihhang Chuang <chihhangchuang@google.com> | Mon Jun 21 21:12:21 2021 +0800 |
tree | ab932e1bf5763dc64be92249936de0b02a07a92e | |
parent | eb73b1c4c0865263c0016ab1822bb30dc2cf48ea [diff] |
Minor UI polish for Grid section view Before: https://screenshot.googleplex.com/9S92Jkjodo36yed.png After: https://screenshot.googleplex.com/AMyWUvQjESjpJ6P.png Bug: 188516619 Test: Manually Change-Id: Iaacb24f94046d61aaaf0558ed83080c3be2a8730
diff --git a/res/layout/grid_section_view.xml b/res/layout/grid_section_view.xml index b10b894..ee7b76f 100644 --- a/res/layout/grid_section_view.xml +++ b/res/layout/grid_section_view.xml
@@ -20,7 +20,7 @@ android:layout_height="wrap_content" android:background="?selectableItemBackground" android:clickable="true" - android:paddingTop="@dimen/section_top_padding" + android:paddingVertical="@dimen/section_top_padding" android:paddingHorizontal="@dimen/section_horizontal_padding" android:orientation="horizontal">