minor tweaks (#115)
* Added telegram link * Removed UPI (rebel not indian) * minor changes * Shows number of manga/Ln downloaded * fixed list name overlapping with notch * wrong index selection in language fixed * novel icon * Emerald theme name changed to Ocean * forgot to remove * why was these still there
This commit is contained in:
parent
af992bd19c
commit
01f9e86475
25 changed files with 149 additions and 190 deletions
15
app/src/main/res/menu/novel_menu_detail.xml
Normal file
15
app/src/main/res/menu/novel_menu_detail.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/info"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_info_24"
|
||||
android:title="@string/info" />
|
||||
|
||||
<item
|
||||
android:id="@+id/read"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_book_24"
|
||||
android:title="@string/read" />
|
||||
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue