Lint: fix IconDipSize and IconDuplicatesConfig error (by removing unused resource)
|
@ -7,6 +7,8 @@
|
||||||
<issue id="TypographyEllipsis" severity="error" />
|
<issue id="TypographyEllipsis" severity="error" />
|
||||||
<issue id="ImpliedQuantity" severity="warning" />
|
<issue id="ImpliedQuantity" severity="warning" />
|
||||||
<issue id="IconXmlAndPng" severity="error" />
|
<issue id="IconXmlAndPng" severity="error" />
|
||||||
|
<issue id="IconDipSize" severity="error" />
|
||||||
|
<issue id="IconDuplicatesConfig" severity="error" />
|
||||||
|
|
||||||
<!-- UX -->
|
<!-- UX -->
|
||||||
<issue id="ButtonOrder" severity="error" />
|
<issue id="ButtonOrder" severity="error" />
|
||||||
|
|
Before Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 684 B |
|
@ -1,18 +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_speak_to_search"
|
|
||||||
android:icon="@drawable/vector_micro_green"
|
|
||||||
android:title="@string/speak"
|
|
||||||
app:showAsAction="always" />
|
|
||||||
|
|
||||||
<item
|
|
||||||
android:id="@+id/ic_action_clear_search"
|
|
||||||
android:icon="@drawable/vector_clear_edittext_green"
|
|
||||||
android:title="@string/clear"
|
|
||||||
app:showAsAction="always" />
|
|
||||||
</menu>
|
|