Lint: fix IconDuplicates by remove unused resources
|
@ -9,6 +9,7 @@
|
|||
<issue id="IconXmlAndPng" severity="error" />
|
||||
<issue id="IconDipSize" severity="error" />
|
||||
<issue id="IconDuplicatesConfig" severity="error" />
|
||||
<issue id="IconDuplicates" severity="error" />
|
||||
|
||||
<!-- UX -->
|
||||
<issue id="ButtonOrder" severity="error" />
|
||||
|
|
Before Width: | Height: | Size: 269 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 565 B |
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/ic_action_select_remove_group"
|
||||
android:icon="@drawable/vector_leave_room_black"
|
||||
android:title="@string/leave" />
|
||||
</menu>
|
|
@ -1,43 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="org.matrix.vector.activity.RoomActivity">
|
||||
|
||||
<item
|
||||
android:id="@+id/ic_action_search_in_room"
|
||||
android:icon="@drawable/ic_material_search_white"
|
||||
android:title="@string/room_menu_search"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/ic_action_matrix_apps"
|
||||
android:icon="@drawable/apps_icon"
|
||||
android:title="@string/room_add_matrix_apps"
|
||||
app:showAsAction="collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/ic_action_room_resend_unsent"
|
||||
android:icon="@drawable/ic_material_send_black"
|
||||
android:title="@string/room_resend_unsent_messages"
|
||||
app:showAsAction="collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/ic_action_room_delete_unsent"
|
||||
android:icon="@drawable/ic_material_delete"
|
||||
android:title="@string/room_delete_unsent_messages"
|
||||
app:showAsAction="collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/ic_action_room_settings"
|
||||
android:icon="@drawable/ic_material_settings_small"
|
||||
android:title="@string/room_details_title"
|
||||
app:showAsAction="collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/ic_action_room_leave"
|
||||
android:icon="@drawable/vector_leave_room_black"
|
||||
android:title="@string/leave"
|
||||
app:showAsAction="collapseActionView" />
|
||||
|
||||
</menu>
|