|
@@ -4,16 +4,15 @@
|
|
|
|
|
|
<item
|
|
|
android:id="@+id/action_custom_filter"
|
|
|
- android:title="@string/label_settings"
|
|
|
android:icon="@drawable/ic_brightness_4_white_24dp"
|
|
|
- app:showAsAction="ifRoom"
|
|
|
- />
|
|
|
+ android:title="@string/custom_filter"
|
|
|
+ app:showAsAction="ifRoom" />
|
|
|
|
|
|
<item
|
|
|
android:id="@+id/action_settings"
|
|
|
- android:title="@string/label_settings"
|
|
|
android:icon="@drawable/ic_settings_white_24dp"
|
|
|
+ android:title="@string/label_settings"
|
|
|
app:showAsAction="ifRoom"
|
|
|
/>
|
|
|
|
|
|
-</menu>
|
|
|
+</menu>
|