* 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> (cherry picked from commit 932c92412c29fe4a8d1410d29a6e77557ad48707) # Conflicts: # app/src/main/res/layout-sw720dp/manga_info_header.xml # app/src/main/res/layout/manga_info_header.xml # app/src/main/res/layout/reader_activity.xml # app/src/main/res/menu/library_selection.xml # app/src/main/res/menu/reader.xml # app/src/main/res/values/colors.xml # app/src/main/res/values/dimens.xml
33 lines
No EOL
1.1 KiB
XML
33 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!--========-->
|
|
<!--Toolbars-->
|
|
<!--========-->
|
|
<!--<style name="Theme.Toolbar.Custom.Amoled.Red" parent="Theme.Toolbar.Custom.Amoled">
|
|
<item name="android:textColorPrimary">@color/red</item>
|
|
</style>-->
|
|
|
|
|
|
<!--===========-->
|
|
<!--AlertDialog-->
|
|
<!--===========-->
|
|
<!--<style name="Theme.AlertDialog.Amoled.Red" parent="Theme.AlertDialog">
|
|
<item name="colorAccent">@color/red</item>
|
|
</style>-->
|
|
|
|
|
|
<!--=====-->
|
|
<!--Sheet-->
|
|
<!--=====-->
|
|
<style name="SheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
|
|
<!--<item name="android:windowCloseOnTouchOutside">false</item>-->
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
<item name="android:colorBackground"> @android:color/transparent</item>
|
|
<item name="android:backgroundDimEnabled">true</item>
|
|
<item name="android:backgroundDimAmount">0.3</item>
|
|
<item name="android:windowFrame">@null</item>
|
|
<item name="android:windowIsFloating">true</item>
|
|
</style>
|
|
</resources> |