2016-01-06 14:55:52 -05: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">
|
|
|
|
|
2016-09-21 15:26:08 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_custom_filter"
|
|
|
|
android:icon="@drawable/ic_brightness_4_white_24dp"
|
2016-10-15 05:50:07 -04:00
|
|
|
android:title="@string/custom_filter"
|
|
|
|
app:showAsAction="ifRoom" />
|
2016-09-21 15:26:08 -04:00
|
|
|
|
2016-01-06 14:55:52 -05:00
|
|
|
<item
|
2016-06-27 10:46:31 -04:00
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:icon="@drawable/ic_settings_white_24dp"
|
2016-10-15 05:50:07 -04:00
|
|
|
android:title="@string/label_settings"
|
2016-09-21 15:26:08 -04:00
|
|
|
app:showAsAction="ifRoom"
|
2016-06-27 10:46:31 -04:00
|
|
|
/>
|
2016-01-06 14:55:52 -05:00
|
|
|
|
2016-10-15 05:50:07 -04:00
|
|
|
</menu>
|