[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:
parent
489dcc0b52
commit
56e557738c
2 changed files with 30 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue