Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 707d115b authored by Maryam Dehaini's avatar Maryam Dehaini Committed by Android (Google) Code Review
Browse files

Merge "Add padding to Desktop Mode decor handle" into udc-dev

parents e47a0d30 565283e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"