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.
21 lines
928 B
XML
21 lines
928 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Libary</string>
|
|
<declare-styleable name="SlantedTextView">
|
|
<attr format="dimension" name="slantedTextSize"/>
|
|
<attr format="color" name="slantedBackgroundColor"/>
|
|
<attr format="string" name="slantedText"/>
|
|
<attr format="color" name="slantedTextColor"/>
|
|
<attr format="dimension" name="slantedLength"/>
|
|
<attr format="enum" name="slantedMode">
|
|
<enum name="left" value="0"/>
|
|
<enum name="right" value="1"/>
|
|
<enum name="left_bottom" value="2"/>
|
|
<enum name="right_bottom" value="3"/>
|
|
<enum name="left_triangle" value="4"/>
|
|
<enum name="right_triangle" value="5"/>
|
|
<enum name="left_bottom_triangle" value="6"/>
|
|
<enum name="right_bottom_triangle" value="7"/>
|
|
</attr>
|
|
</declare-styleable>
|
|
</resources> |