Updated delete icon
Also remove the duplicate ic_menu_delete.xml and fix up places where it was used. Bug: 77982107 Test: manual Change-Id: I23ede37b7cdf9bea59b44cd0f817bf0ad0cd1d69
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:paddingStart="16dip"
|
||||
android:paddingEnd="16dip"
|
||||
android:src="@drawable/ic_menu_delete"
|
||||
android:src="@drawable/ic_delete"
|
||||
android:contentDescription="@string/user_delete_user_description"
|
||||
android:layout_gravity="center"
|
||||
android:background="?android:attr/selectableItemBackground" />
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:paddingStart="16dip"
|
||||
android:paddingEnd="16dip"
|
||||
android:src="@drawable/ic_menu_delete"
|
||||
android:src="@drawable/ic_delete"
|
||||
android:contentDescription="@string/user_delete_user_description"
|
||||
android:layout_gravity="center"
|
||||
android:background="?android:attr/selectableItemBackground" />
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:paddingStart="16dip"
|
||||
android:paddingEnd="16dip"
|
||||
android:src="@drawable/ic_menu_delete"
|
||||
android:src="@drawable/ic_delete"
|
||||
android:contentDescription="@string/zen_mode_delete_rule"
|
||||
android:layout_gravity="center"
|
||||
android:background="?android:attr/selectableItemBackground" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user