• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<resources>
3	<declare-styleable name = "SliderPreference">
4	 	<attr name="minText" format = "string"/>
5		<attr name="maxText" format = "string"/>
6	</declare-styleable>
7
8	<declare-styleable name = "KeyConfigPreference">
9	 	<attr name="leftKey" format = "string"/>
10		<attr name="rightKey" format = "string"/>
11		<attr name="jumpKey" format = "string"/>
12		<attr name="attackKey" format = "string"/>
13	</declare-styleable>
14</resources>