mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Flip bookmark icons to match manga favoriting
This commit is contained in:
parent
208552f0b4
commit
fba55711f2
@ -16,13 +16,13 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/action_bookmark"
|
||||
android:icon="@drawable/ic_bookmark_white_24dp"
|
||||
android:icon="@drawable/ic_bookmark_border_white_24dp"
|
||||
android:title="@string/action_bookmark"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_remove_bookmark"
|
||||
android:icon="@drawable/ic_bookmark_border_white_24dp"
|
||||
android:icon="@drawable/ic_bookmark_white_24dp"
|
||||
android:title="@string/action_remove_bookmark"
|
||||
app:showAsAction="always" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user