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
This commit is contained in:
Joshua Tsuji
2020-06-19 15:56:13 -04:00
parent 5731877f1e
commit fdff6c9310

View File

@@ -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"/>