|
|
@ -26,13 +26,13 @@
|
|
|
|
android:id="@+id/actionAdd"
|
|
|
|
android:id="@+id/actionAdd"
|
|
|
|
android:icon="?iconAdd"
|
|
|
|
android:icon="?iconAdd"
|
|
|
|
android:title="@string/add_habit"
|
|
|
|
android:title="@string/add_habit"
|
|
|
|
app:showAsAction="ifRoom"/>
|
|
|
|
app:showAsAction="always"/>
|
|
|
|
|
|
|
|
|
|
|
|
<item
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_filter"
|
|
|
|
android:id="@+id/action_filter"
|
|
|
|
android:icon="?iconFilter"
|
|
|
|
android:icon="?iconFilter"
|
|
|
|
android:title="@string/filter"
|
|
|
|
android:title="@string/filter"
|
|
|
|
app:showAsAction="ifRoom">
|
|
|
|
app:showAsAction="always">
|
|
|
|
<menu>
|
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
<item
|
|
|
|
android:id="@+id/actionHideArchived"
|
|
|
|
android:id="@+id/actionHideArchived"
|
|
|
|