Adjust reader seekbar design

- 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
This commit is contained in:
arkon
2021-02-13 17:00:00 -05:00
parent 03ad48c055
commit 829a65e515
6 changed files with 49 additions and 19 deletions
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="15dp" />
<corners android:radius="48dp" />
<solid android:color="?attr/colorPrimary" />
</shape>