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

Commit 123376d9 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...

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

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

Change-Id: Ie5dc1f1cbf5fb6e5afc7dc420590f7a559b3c055
parents 699ec84c 29fe0b2b
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -32,8 +32,8 @@
        android:orientation="horizontal">
        android:orientation="horizontal">


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


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


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