You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
498 B
16 lines
498 B
<?xml version="1.0" encoding="utf-8"?> |
|
<menu xmlns:app="http://schemas.android.com/apk/res-auto" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
|
|
<item |
|
android:id="@+id/app_bar_search" |
|
android:icon="?attr/themedSearchDrawable" |
|
android:title="@string/search" |
|
app:actionViewClass="android.widget.SearchView" |
|
app:showAsAction="always"/> |
|
|
|
<item |
|
android:id="@+id/debug_switch_theme" |
|
android:title="Switch Theme" /> |
|
|
|
</menu> |