Replace numberpicker with wheelpicker (#8501)

* Replace numberpicker with wheelpicker

* cleanups
This commit is contained in:
Ivan Iskandar
2022-11-12 03:02:45 +07:00
committed by GitHub
parent 3061f198e9
commit acc65529a0
6 changed files with 101 additions and 90 deletions

View File

@@ -1,11 +1,6 @@
<?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"/>