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:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user