Twidere-App-Android-Twitter.../twidere/src/main/res/values/attrs.xml

77 lines
3.6 KiB
XML
Raw Normal View History

2014-07-03 07:48:39 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2014-07-03 09:58:09 +02:00
<declare-styleable name="Twidere">
<attr name="cardItemBackground" format="reference"/>
<attr name="cardItemBackgroundColor" format="color"/>
<attr name="cardItemMessageIncomingBackground" format="reference"/>
<attr name="cardItemMessageOutgoingBackground" format="reference"/>
<attr name="cardItemMessageProfileImageIncomingBackground" format="reference"/>
<attr name="cardItemMessageProfileImageOutgoingBackground" format="reference"/>
<attr name="listMenuOverflowButton" format="reference"/>
<attr name="ignorePadding" format="boolean"/>
<attr name="linePageIndicatorStyle" format="reference"/>
<attr name="cardItemViewStyle" format="reference"/>
<attr name="staggeredGridViewStyle" format="reference"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="CardItemView">
<attr name="cardBackground" format="reference"/>
<attr name="cardSelector" format="reference"/>
<attr name="cardActivatedIndicator" format="reference"/>
<attr name="cardOverflowIcon" format="reference"/>
<attr name="cardBackgroundAlpha" format="fraction"/>
<attr name="cardGapHeight" format="dimension"/>
<attr name="cardGapText" format="string"/>
<attr name="cardGapTextColor" format="color"/>
<attr name="cardGapTextSize" format="dimension"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="TabPagerIndicator">
<attr name="tabItemStyle" format="reference"/>
<attr name="tabItemContentStyle" format="reference"/>
<attr name="tabItemTextStyle" format="reference"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="LinePageIndicator">
<!-- Whether or not the indicators should be centered. -->
<attr name="centered" format="boolean"/>
2014-07-03 09:58:09 +02:00
<!-- Color of the unselected lines that represent the pages. -->
<attr name="unselectedColor" format="color"/>
2014-07-03 09:58:09 +02:00
<!-- Color of the selected line that represents the current page. -->
<attr name="selectedColor" format="color"/>
2014-07-03 09:58:09 +02:00
<!-- Width of each indicator line. -->
<attr name="lineWidth" format="dimension"/>
2014-07-03 09:58:09 +02:00
<!-- Width of each indicator line's stroke. -->
<attr name="strokeWidth" format="dimension"/>
2014-07-03 09:58:09 +02:00
<!-- Width of the gap between each indicator line. -->
<attr name="gapWidth" format="dimension"/>
2014-07-03 09:58:09 +02:00
<!-- View background -->
<attr name="android:background"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="ValueDependencyPreference">
<attr name="dependencyKey" format="string"/>
<attr name="dependencyValues" format="reference"/>
<attr name="dependencyValueDefault" format="string"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="AccountsListPreference">
<attr name="switchKey" format="string"/>
<attr name="switchDefault" format="boolean"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="NotificationTypePreference">
<attr name="notificationType"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<declare-styleable name="SeekBarDialogPreference">
<attr name="max" format="integer"/>
<attr name="min" format="integer"/>
<attr name="step" format="integer"/>
<attr name="progressTextSuffix" format="string"/>
</declare-styleable>
<declare-styleable name="AssetFontTextView">
<attr name="fontPath" format="string"/>
2014-07-03 09:58:09 +02:00
</declare-styleable>
<attr name="notificationType">
<flag name="none" value="0"/>
<flag name="ringtone" value="1"/>
<flag name="vibration" value="2"/>
<flag name="light" value="4"/>
2014-07-03 09:58:09 +02:00
</attr>
2014-07-03 07:48:39 +02:00
</resources>