mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-11 13:07:45 +01:00
932c92412c
* More themes cleanup * Tweak some things * Fix 'Clear History' icon * Split out ripple colored to its own drawable * Tidy up things * Unify background dim amount * Use primaryColor for Account login button * More colored ripples * use colorOnPrimary for selected comfortable library item title Co-authored-by: Soitora <simon.mattila@protonmail.com>
15 lines
475 B
XML
15 lines
475 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?attr/colorControlHighlight">
|
|
|
|
<item android:id="@android:id/mask">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="?attr/colorControlActivated" />
|
|
<corners android:radius="?attr/actionBarSize" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:drawable="@drawable/reader_seekbar_background" />
|
|
|
|
</ripple>
|