* Replace numberpicker with wheelpicker * cleanups (cherry picked from commit acc65529a00c94ec902401fadcba0b82fd352c98) # Conflicts: # app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsLibraryScreen.kt # app/src/main/java/eu/kanade/tachiyomi/widget/MinMaxNumberPicker.kt
14 lines
414 B
XML
Executable File
14 lines
414 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MaterialSpinnerView">
|
|
<attr name="title" format="reference|string"/>
|
|
<attr name="android:entries"/>
|
|
<attr name="summary" format="reference|string" />
|
|
</declare-styleable>
|
|
|
|
<!-- Setting chip color values for specific themes -->
|
|
<attr name="chipTextColor" format="reference|integer"/>
|
|
|
|
</resources>
|