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

Commit fdff6c93 authored by Joshua Tsuji's avatar Joshua Tsuji
Browse files

Fix inconsistent widths in manage menu.

Honestly should have been a P0: https://screenshot.googleplex.com/yDLrbwa84yN

Bug: 159473130
Test: open the manage menu
Change-Id: Ieb15725ae8eadff75fccee43ec83c30cdeedbbb3
parent 5731877f
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"/>