summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Maryam Dehaini <mdehaini@google.com> 2023-03-30 21:13:31 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-03-30 21:13:31 +0000
commit707d115b539eceb92055f47a655cb14a66287103 (patch)
treebdb3c727e45751db25dbd467e4fd63b95d1d3832
parente47a0d306df1ded12829c477ff05d76753606026 (diff)
parent565283e561411c43a7aa903a736d09075cae9bac (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.xml3
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"