You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
393 B
XML
9 lines
393 B
XML
|
1 year ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources>
|
||
|
|
<declare-styleable name="ScrollBar">
|
||
|
|
<attr format="color|reference" name="sb_handlerColor"/>
|
||
|
|
<attr format="color|reference" name="sb_indicatorColor"/>
|
||
|
|
<attr format="color|reference" name="sb_indicatorTextColor"/>
|
||
|
|
<attr format="boolean|reference" name="sb_horizontal"/>
|
||
|
|
</declare-styleable>
|
||
|
|
</resources>
|