[skip ci] feat:Added button to view rules (#525)

* feat:added way to clear saved manga progress

* feat:Added button to view rules

* changed something
This commit is contained in:
Ankit Grai 2024-11-17 10:29:07 +05:30 committed by GitHub
parent 489dcc0b52
commit 56e557738c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 1 deletions

View file

@ -26,6 +26,15 @@
android:gravity="end"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables">
<ImageView
android:id="@+id/openRules"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_marginEnd="12dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/open_rules"
app:srcCompat="@drawable/ic_round_info_24"
app:tint="?attr/colorOnBackground" />
<ImageView
android:id="@+id/commentFilter"