parent
cd24eda424
commit
41268859b1
@ -1,5 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<corners android:radius="4dp" /> |
||||
<solid android:color="?attr/window_background" /> |
||||
</shape> |
@ -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…
Reference in new issue