-
Notifications
You must be signed in to change notification settings - Fork 84
/
attrs.xml
32 lines (29 loc) · 1.53 KB
/
attrs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AnimatedDoorSignView">
<attr name="adsv_friction" format="float|reference"/>
<attr name="adsv_tension" format="float|reference"/>
</declare-styleable>
<declare-styleable name="DoorSignView">
<attr name="android:text"/>
<attr name="android:textSize"/>
<attr name="android:textColor"/>
<attr name="android:typeface"/>
<attr name="dsv_textFont" format="string|reference"/>
<attr name="dsv_cornerRadius" format="dimension|reference"/>
<attr name="dsv_signColor" format="color|reference"/>
<attr name="dsv_shadowSize" format="dimension|reference"/>
<attr name="dsv_textPaddingLeft" format="dimension|reference"/>
<attr name="dsv_textPaddingTop" format="dimension|reference"/>
<attr name="dsv_textPaddingRight" format="dimension|reference"/>
<attr name="dsv_textPaddingBottom" format="dimension|reference"/>
<attr name="dsv_pinRadius" format="dimension|reference"/>
<attr name="dsv_pinOffsetX" format="float|reference"/>
<attr name="dsv_pinOffsetY" format="float|reference"/>
<attr name="dsv_pinColor" format="color|reference"/>
<attr name="dsv_stringsWidth" format="dimension|reference"/>
<attr name="dsv_stringsColor" format="color|reference"/>
<attr name="dsv_textSpacingMult" format="float|reference"/>
<attr name="dsv_textSpacingAdd" format="dimension|reference"/>
</declare-styleable>
</resources>