SLAM/mobile/src/main/res/values/attrs.xml

25 lines
1.0 KiB
XML
Raw Normal View History

2018-01-27 03:33:50 +01:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="AvatarImageBehavior">
<attr name="finalYPosition" format="dimension"/>
<attr name="startXPosition" format="dimension"/>
<attr name="startToolbarPosition" format="dimension"/>
<attr name="startHeight" format="dimension"/>
<attr name="finalHeight" format="dimension"/>
</declare-styleable>
2018-01-29 14:02:55 +01:00
<!-- Colors -->
<attr name="colorBackground" format="color" />
<!-- Text Sizes -->
<attr name="textSizeMessageMetadata" format="dimension" />
<attr name="textSizeMessageContent" format="dimension" />
2018-01-27 03:33:50 +01:00
<!-- Styleable Drawables -->
<attr name="themedContactDrawable" format="reference" />
<attr name="themedAddContactDrawable" format="reference" />
<attr name="themedBookmarkDrawable" format="reference" />
<attr name="themedAddBookmarkDrawable" format="reference" />
<attr name="themedSettingsDrawable" format="reference" />
2018-01-29 14:02:55 +01:00
<attr name="themedSearchDrawable" format="reference" />
2018-01-27 03:33:50 +01:00
</resources>