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

Commit a71b9685 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix inconsistent widths in manage menu." into rvc-dev am: 87117a3a am: b8e87ca1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931371

Change-Id: I8f365d80899e1d40d22919e0f57680d663d245a6
parents c3f70c13 b8e87ca1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@
        android:orientation="horizontal">

        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_width="24dp"
            android:layout_height="24dp"
            android:src="@drawable/ic_remove_no_shadow"
            android:tint="@color/global_actions_text"/>

@@ -57,8 +57,8 @@
        android:orientation="horizontal">

        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_width="24dp"
            android:layout_height="24dp"
            android:src="@drawable/ic_stop_bubble"
            android:tint="@color/global_actions_text"/>