Merge "Fix inconsistent widths in manage menu." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-19 21:36:37 +00:00
committed by Android (Google) Code Review

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