mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-30 13:57:57 +01:00
Allow to remove a favorite manga from info tab
This commit is contained in:
BIN
app/src/main/res/drawable-hdpi/ic_action_favorite_border.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_action_favorite_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 584 B |
BIN
app/src/main/res/drawable-mdpi/ic_action_favorite_border.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_action_favorite_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 378 B |
BIN
app/src/main/res/drawable-xhdpi/ic_action_favorite_border.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_action_favorite_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 732 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_action_favorite_border.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_action_favorite_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_action_favorite_border.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_action_favorite_border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -5,7 +5,14 @@
|
||||
android:id="@+id/action_favorite"
|
||||
android:title="@string/action_favorite"
|
||||
android:icon="@drawable/ic_action_favorite"
|
||||
app:showAsAction="always"
|
||||
android:visible="false"/>
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_remove_favorite"
|
||||
android:title="@string/action_remove_favorite"
|
||||
android:icon="@drawable/ic_action_favorite_border"
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
</menu>
|
||||
@@ -70,8 +70,8 @@
|
||||
<string name="success">Success</string>
|
||||
<string name="invalid_login">Login error</string>
|
||||
<string name="loading">Loading…</string>
|
||||
<string name="toast_added_favorites">Added to favorites</string>
|
||||
<string name="action_favorite">Favorite</string>
|
||||
<string name="action_favorite">Add to favorites</string>
|
||||
<string name="action_remove_favorite">Remove from favorites</string>
|
||||
<string name="downloading">Downloading…</string>
|
||||
<string name="download_progress">Downloaded %1$d%%</string>
|
||||
<string name="chapter_progress">Page: %1$d</string>
|
||||
|
||||
Reference in New Issue
Block a user