You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
469 B
14 lines
469 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<resources>
|
|
<declare-styleable name = "SliderPreference">
|
|
<attr name="minText" format = "string"/>
|
|
<attr name="maxText" format = "string"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name = "KeyConfigPreference">
|
|
<attr name="leftKey" format = "string"/>
|
|
<attr name="rightKey" format = "string"/>
|
|
<attr name="jumpKey" format = "string"/>
|
|
<attr name="attackKey" format = "string"/>
|
|
</declare-styleable>
|
|
</resources> |