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

Commit ef9de236 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

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

Change-Id: I5c203ce0aabdffc0194958b7148ce52e1c786235
parents 016c4096 87117a3a
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"/>