Remove the LikeButton library (#363)
* Add functions to add and remove favorites from SharedItems * Remove the LikeButton dependency * Use the theme colors for the icon tint
This commit is contained in:
@@ -15,14 +15,8 @@
|
||||
android:title="@string/reader_text_align_justify" />
|
||||
|
||||
<item
|
||||
android:id="@+id/unsave"
|
||||
android:icon="@drawable/heart_on"
|
||||
android:title="@string/remove_to_favs_reader"
|
||||
android:visible="true"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/save"
|
||||
android:icon="@drawable/heart_off"
|
||||
android:id="@+id/star"
|
||||
android:icon="@drawable/ic_menu_heart_60dp"
|
||||
android:title="@string/add_to_favs_reader"
|
||||
android:visible="true"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
Reference in New Issue
Block a user