Adds a Stepper control and uses it for the steppers in the editor.

This commit is contained in:
2021-05-30 03:40:30 -07:00
parent 5a94408f7b
commit aa850ecfc6
8 changed files with 329 additions and 528 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="Stepper">
<attr name="stepAmount" format="integer" />
<attr name="minValue" format="integer" />
<attr name="maxValue" format="integer" />
<attr name="label" format="string" localization="suggested" />
</declare-styleable>
</resources>

View File

@@ -65,5 +65,7 @@
<string name="title_library">Library</string>
<string name="title_search">Search</string>
<string name="wisdom_abbreviation">WIS</string>
<string name="label_fly_speed">Fly Speed</string>
<string name="label_swim_speed">Swim Speed</string>
</resources>