2020-05-17 12:40:10 +00:00
|
|
|
<?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">
|
2020-10-27 04:20:34 +00:00
|
|
|
<item android:icon="?ic_filter_list" android:id="@id/menu_debugging_filter" android:checked="true" android:title="@string/filter" android:checkable="true" app:showAsAction="withText" />
|
2020-05-17 12:40:10 +00:00
|
|
|
</menu>
|