mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-08 19:57:25 +01:00
18130e931f
- Simplified theme/style settings and corrected UI styles - Move «Add To Library» button from toolbar to be simple to find/press it - Toolbar in chapter list with sort/filtration - library/catalog layout fixes
11 lines
262 B
XML
11 lines
262 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<size
|
|
android:width="1dp"
|
|
android:height="1dp" />
|
|
|
|
<solid android:color="@color/divider" />
|
|
|
|
</shape> |