fix some lint warnings
This commit is contained in:
parent
1ae3e86378
commit
ef66deeae7
36 changed files with 52 additions and 105 deletions
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/filter_favourites"
|
||||
android:checkable="true"
|
||||
android:checked="true"
|
||||
android:title="@string/filter_favorites" />
|
||||
<item
|
||||
android:id="@+id/filter_boosts"
|
||||
android:checkable="true"
|
||||
android:checked="true"
|
||||
android:title="@string/filter_boosts" />
|
||||
<item
|
||||
android:id="@+id/filter_follows"
|
||||
android:checkable="true"
|
||||
android:checked="true"
|
||||
android:title="@string/filter_follows" />
|
||||
<item
|
||||
android:id="@+id/filter_mentions"
|
||||
android:checkable="true"
|
||||
android:checked="true"
|
||||
android:title="@string/filter_mentions" />
|
||||
<item
|
||||
android:id="@+id/filter_apply"
|
||||
android:title="@string/filter_apply" />
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue