Loading packages/SystemUI/res/layout/keyboard_shortcuts_search_view.xml +43 −38 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ android:layout_height="wrap_content"> <EditText android:id="@+id/keyboard_shortcuts_search" android:layout_gravity="center_vertical|start" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="24dp" Loading @@ -54,20 +55,23 @@ <ImageView android:id="@+id/keyboard_shortcuts_search_cancel" android:layout_gravity="center_vertical|end" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" android:layout_marginTop="24dp" android:layout_marginBottom="24dp" android:layout_marginEnd="49dp" android:padding="16dp" android:contentDescription="@string/keyboard_shortcut_clear_text" android:src="@drawable/ic_shortcutlist_search_button_cancel" /> </FrameLayout> <LinearLayout <HorizontalScrollView android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="none"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal"> <View android:layout_width="0dp" Loading @@ -76,7 +80,7 @@ <Button android:id="@+id/shortcut_system" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" Loading @@ -84,7 +88,7 @@ <Button android:id="@+id/shortcut_input" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" Loading @@ -92,7 +96,7 @@ <Button android:id="@+id/shortcut_open_apps" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" Loading @@ -100,12 +104,13 @@ <Button android:id="@+id/shortcut_specific_app" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" android:text="@string/keyboard_shortcut_search_category_current_app"/> </LinearLayout> </HorizontalScrollView> <TextView android:id="@+id/shortcut_search_no_result" Loading Loading
packages/SystemUI/res/layout/keyboard_shortcuts_search_view.xml +43 −38 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ android:layout_height="wrap_content"> <EditText android:id="@+id/keyboard_shortcuts_search" android:layout_gravity="center_vertical|start" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="24dp" Loading @@ -54,20 +55,23 @@ <ImageView android:id="@+id/keyboard_shortcuts_search_cancel" android:layout_gravity="center_vertical|end" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" android:layout_marginTop="24dp" android:layout_marginBottom="24dp" android:layout_marginEnd="49dp" android:padding="16dp" android:contentDescription="@string/keyboard_shortcut_clear_text" android:src="@drawable/ic_shortcutlist_search_button_cancel" /> </FrameLayout> <LinearLayout <HorizontalScrollView android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="none"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal"> <View android:layout_width="0dp" Loading @@ -76,7 +80,7 @@ <Button android:id="@+id/shortcut_system" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" Loading @@ -84,7 +88,7 @@ <Button android:id="@+id/shortcut_input" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" Loading @@ -92,7 +96,7 @@ <Button android:id="@+id/shortcut_open_apps" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" Loading @@ -100,12 +104,13 @@ <Button android:id="@+id/shortcut_specific_app" android:layout_width="120dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" style="@style/ShortCutButton" android:text="@string/keyboard_shortcut_search_category_current_app"/> </LinearLayout> </HorizontalScrollView> <TextView android:id="@+id/shortcut_search_no_result" Loading