Adds a Stepper control and uses it for the steppers in the editor.
This commit is contained in:
9
app/src/main/res/values/attrs.xml
Normal file
9
app/src/main/res/values/attrs.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user