|
@@ -18,14 +18,14 @@
|
|
|
|
|
|
<item
|
|
<item
|
|
android:id="@+id/action_bookmark"
|
|
android:id="@+id/action_bookmark"
|
|
- android:icon="@drawable/ic_bookmark_border_white_24dp"
|
|
|
|
|
|
+ android:icon="@drawable/ic_bookmark_border_24dp"
|
|
android:title="@string/action_bookmark"
|
|
android:title="@string/action_bookmark"
|
|
app:iconTint="?attr/colorOnPrimary"
|
|
app:iconTint="?attr/colorOnPrimary"
|
|
app:showAsAction="always" />
|
|
app:showAsAction="always" />
|
|
|
|
|
|
<item
|
|
<item
|
|
android:id="@+id/action_remove_bookmark"
|
|
android:id="@+id/action_remove_bookmark"
|
|
- android:icon="@drawable/ic_bookmark_white_24dp"
|
|
|
|
|
|
+ android:icon="@drawable/ic_bookmark_24dp"
|
|
android:title="@string/action_remove_bookmark"
|
|
android:title="@string/action_remove_bookmark"
|
|
app:iconTint="?attr/colorOnPrimary"
|
|
app:iconTint="?attr/colorOnPrimary"
|
|
app:showAsAction="always" />
|
|
app:showAsAction="always" />
|
|
@@ -46,7 +46,9 @@
|
|
|
|
|
|
<item
|
|
<item
|
|
android:id="@+id/action_mark_previous_as_read"
|
|
android:id="@+id/action_mark_previous_as_read"
|
|
|
|
+ android:icon="@drawable/ic_done_prev_24dp"
|
|
android:title="@string/action_mark_previous_as_read"
|
|
android:title="@string/action_mark_previous_as_read"
|
|
- app:showAsAction="never" />
|
|
|
|
|
|
+ app:iconTint="?attr/colorOnPrimary"
|
|
|
|
+ app:showAsAction="always" />
|
|
|
|
|
|
</menu>
|
|
</menu>
|