|
@@ -128,6 +128,7 @@
|
|
|
style="@style/Theme.Widget.Button.Icon"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:checkable="true"
|
|
|
android:text="@string/add_to_library"
|
|
|
app:icon="@drawable/ic_favorite_border_24dp" />
|
|
|
|
|
@@ -137,6 +138,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="8dp"
|
|
|
+ android:checkable="true"
|
|
|
android:text="@string/manga_tracking_tab"
|
|
|
android:visibility="gone"
|
|
|
app:icon="@drawable/ic_sync_24dp"
|