diff options
| author | 2023-03-30 21:13:31 +0000 | |
|---|---|---|
| committer | 2023-03-30 21:13:31 +0000 | |
| commit | 707d115b539eceb92055f47a655cb14a66287103 (patch) | |
| tree | bdb3c727e45751db25dbd467e4fd63b95d1d3832 | |
| parent | e47a0d306df1ded12829c477ff05d76753606026 (diff) | |
| parent | 565283e561411c43a7aa903a736d09075cae9bac (diff) | |
Merge "Add padding to Desktop Mode decor handle" into udc-dev
| -rw-r--r-- | libs/WindowManager/Shell/res/layout/desktop_mode_focused_window_decor.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/res/layout/desktop_mode_focused_window_decor.xml b/libs/WindowManager/Shell/res/layout/desktop_mode_focused_window_decor.xml index 5ab159cdf264..1d6864c152c2 100644 --- a/libs/WindowManager/Shell/res/layout/desktop_mode_focused_window_decor.xml +++ b/libs/WindowManager/Shell/res/layout/desktop_mode_focused_window_decor.xml @@ -25,8 +25,9 @@ <ImageButton android:id="@+id/caption_handle" - android:layout_width="128dp" + android:layout_width="176dp" android:layout_height="42dp" + android:paddingHorizontal="24dp" android:contentDescription="@string/handle_text" android:src="@drawable/decor_handle_dark" tools:tint="@color/desktop_mode_caption_handle_bar_dark" |