mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-09 17:57:13 +01:00
829a65e515
- Revert back to old prev/next chapter icons - Make views taller for easier actions - Use more consistent spacing - Add ripples to prev/next chapter buttons
7 lines
232 B
XML
7 lines
232 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<corners android:radius="48dp" />
|
|
<solid android:color="?attr/colorPrimary" />
|
|
</shape>
|