diff --git a/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml b/packages/SystemUI/res/layout/keyboard_shortcut_app_item.xml index 63b759b7b2764..52cab72df1203 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 778ef8ffd3dd6..879505e87606c 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 381fb165df10d..8414223b76547 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"/>