mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-17 01:29:18 +01:00
7 lines
191 B
XML
7 lines
191 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<declare-styleable name="CustomEditTextPreference">
|
||
|
<attr name="limit" format="integer"/>
|
||
|
</declare-styleable>
|
||
|
</resources>
|