diff options
author | Andrei Stingaceanu <stg@google.com> | 2016-04-19 09:59:51 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-04-19 09:59:53 +0000 |
commit | bf8207e270b1af908278b7a58c33a3e16d425cac (patch) | |
tree | e7d16a6588ae69d7936ec1f843730f772867f1ba | |
parent | 38745971c266f5fca692ef284e1e3b4d38af1a41 (diff) | |
parent | f04cce25d1b2b938042933f93295430b3da3a0aa (diff) |
Merge "Keyboard shortcuts: UI polish 2" into nyc-dev
3 files changed, 4 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml b/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml index 63b759b7b276..52cab72df120 100644 --- a/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml +++ b/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml @@ -26,7 +26,7 @@ android:id="@+id/keyboard_shortcuts_icon" android:layout_width="24dp" android:layout_height="24dp" - android:layout_marginEnd="32dp" + android:layout_marginEnd="24dp" android:layout_gravity="center_vertical" android:visibility="gone" android:layout_alignParentStart="true" diff --git a/packages/SystemUI/res/layout/keyboard_shortcuts_category_separator.xml b/packages/SystemUI/res/layout/keyboard_shortcuts_category_separator.xml index 778ef8ffd3dd..879505e87606 100644 --- a/packages/SystemUI/res/layout/keyboard_shortcuts_category_separator.xml +++ b/packages/SystemUI/res/layout/keyboard_shortcuts_category_separator.xml @@ -21,5 +21,5 @@ android:layout_marginStart="24dp" android:layout_marginTop="8dp" android:layout_marginEnd="0dp" - android:layout_marginBottom="20dp" + android:layout_marginBottom="0dp" android:background="?android:attr/dividerHorizontal" /> diff --git a/packages/SystemUI/res/layout/keyboard_shortcuts_category_title.xml b/packages/SystemUI/res/layout/keyboard_shortcuts_category_title.xml index 381fb165df10..8414223b7654 100644 --- a/packages/SystemUI/res/layout/keyboard_shortcuts_category_title.xml +++ b/packages/SystemUI/res/layout/keyboard_shortcuts_category_title.xml @@ -19,7 +19,8 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:textSize="14sp" + android:fontFamily="sans-serif-medium" android:paddingStart="24dp" android:paddingTop="20dp" android:paddingEnd="24dp" - android:paddingBottom="13dp"/> + android:paddingBottom="10dp"/> |