* Remove material-components workaround that was fixed upstream * Remove unused toolbar workaround * Fix cover dialog navigation icon (cherry picked from commit 38d131be37c674544b309248271e4e528d51d0f9) # Conflicts: # app/src/main/res/menu/library_selection.xml # app/src/main/res/menu/reader.xml
21 lines
643 B
XML
Executable File
21 lines
643 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MinMaxNumberPicker">
|
|
<attr name="min" format="integer"/>
|
|
<attr name="max" format="integer"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="MaterialSpinnerView">
|
|
<attr name="title" format="reference|string"/>
|
|
<attr name="android:entries"/>
|
|
<attr name="summary" format="reference|string" />
|
|
</declare-styleable>
|
|
|
|
<attr name="colorFilterActive" format="reference|integer"/>
|
|
|
|
<!-- Setting chip color values for specific themes -->
|
|
<attr name="chipTextColor" format="reference|integer"/>
|
|
|
|
</resources>
|