157 lines
5.2 KiB
XML
157 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<attr name="sliderPreferenceStyle" />
|
|
<attr name="multiAutoCompleteTextViewPreferenceStyle" />
|
|
<attr name="autoCompleteTextViewPreferenceStyle" />
|
|
<attr name="themeChooserPreferenceStyle" />
|
|
<attr name="listItemTextViewStyle" />
|
|
<attr name="fastScrollerStyle" />
|
|
<attr name="tipViewStyle" />
|
|
|
|
<!--CoverImageView attrs-->
|
|
<declare-styleable name="CoverImageView">
|
|
<attr name="android:orientation" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="SliderPreference">
|
|
<attr name="android:valueFrom" />
|
|
<attr name="android:valueTo" />
|
|
<attr name="android:stepSize" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="ListItemTextView">
|
|
<attr name="shapeAppearance" />
|
|
<attr name="shapeAppearanceOverlay" />
|
|
<attr name="backgroundFillColor" format="color" />
|
|
<attr name="checkedDrawableStart" format="reference" />
|
|
<attr name="checkedDrawableEnd" format="reference" />
|
|
<attr name="android:insetTop" />
|
|
<attr name="android:insetBottom" />
|
|
<attr name="android:insetLeft" />
|
|
<attr name="android:insetRight" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="TwoLinesItemView">
|
|
<attr name="shapeAppearance" />
|
|
<attr name="shapeAppearanceOverlay" />
|
|
<attr name="backgroundFillColor" />
|
|
<attr name="android:textColor" />
|
|
<attr name="android:drawablePadding" />
|
|
<attr name="android:insetTop" />
|
|
<attr name="android:insetBottom" />
|
|
<attr name="android:insetLeft" />
|
|
<attr name="android:insetRight" />
|
|
<attr name="title" />
|
|
<attr name="subtitle" />
|
|
<attr name="icon" />
|
|
<attr name="titleTextAppearance" />
|
|
<attr name="subtitleTextAppearance" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="ProgressDrawable">
|
|
<attr name="strokeWidth" />
|
|
<attr name="android:strokeColor" />
|
|
<attr name="android:textSize" />
|
|
<attr name="android:textColor" />
|
|
<attr name="android:fillColor" />
|
|
<attr name="android:fillAlpha" />
|
|
<attr name="android:width" />
|
|
<attr name="android:height" />
|
|
<attr name="outlineColor" format="color" />
|
|
<attr name="autoFitTextSize" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="ReadingProgressView">
|
|
<attr name="progressStyle" format="reference" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="FastScroller">
|
|
<attr name="hideScrollbar" format="boolean" />
|
|
<attr name="showBubble" format="boolean" />
|
|
<attr name="showBubbleAlways" format="boolean" />
|
|
<attr name="showTrack" format="boolean" />
|
|
<attr name="bubbleColor" format="color" />
|
|
<attr name="bubbleTextColor" format="color" />
|
|
<attr name="thumbColor" format="color" />
|
|
<attr name="trackColor" format="color" />
|
|
<attr name="bubbleTextSize" format="dimension" />
|
|
<attr name="scrollerOffset" format="dimension" />
|
|
<attr name="bubbleSize" format="enum">
|
|
<enum name="normal" value="0" />
|
|
<enum name="small" value="1" />
|
|
</attr>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="BottomSheetHeaderBar">
|
|
<attr name="title" />
|
|
<attr name="menu" />
|
|
<attr name="fitStatusBar" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="AdaptiveSheetHeaderBar">
|
|
<attr name="title" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="ShapeView">
|
|
<attr name="strokeWidth" />
|
|
<attr name="strokeColor" />
|
|
<attr name="cornerSize" />
|
|
<attr name="cornerSizeTopLeft" />
|
|
<attr name="cornerSizeTopRight" />
|
|
<attr name="cornerSizeBottomLeft" />
|
|
<attr name="cornerSizeBottomRight" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="AutoCompleteTextViewPreference">
|
|
<attr name="android:entries" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="TipView">
|
|
<attr name="icon" />
|
|
<attr name="title" />
|
|
<attr name="android:text" />
|
|
<attr name="primaryButtonText" format="string" />
|
|
<attr name="secondaryButtonText" format="string" />
|
|
<attr name="shapeAppearance" />
|
|
<attr name="shapeAppearanceOverlay" />
|
|
<attr name="cardBackgroundColor" />
|
|
<attr name="strokeWidth" />
|
|
<attr name="strokeColor" />
|
|
<attr name="elevation" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="FaviconFallbackDrawable">
|
|
<attr name="backgroundColor" />
|
|
<attr name="strokeColor" />
|
|
<attr name="strokeWidth" />
|
|
<attr name="cornerSize" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="PieChart">
|
|
<attr name="pieChartColors" format="reference"/>
|
|
|
|
<attr name="pieChartMarginTextFirst" format="dimension"/>
|
|
<attr name="pieChartMarginTextSecond" format="dimension"/>
|
|
<attr name="pieChartMarginTextThird" format="dimension"/>
|
|
<attr name="pieChartMarginSmallCircle" format="dimension"/>
|
|
|
|
<attr name="pieChartCircleStrokeWidth" format="dimension"/>
|
|
<attr name="pieChartCirclePadding" format="dimension"/>
|
|
<attr name="pieChartCirclePaintRoundSize" format="boolean"/>
|
|
<attr name="pieChartCircleSectionSpace" format="float"/>
|
|
|
|
<attr name="pieChartTextCircleRadius" format="dimension"/>
|
|
<attr name="pieChartTextAmountSize" format="dimension"/>
|
|
<attr name="pieChartTextNumberSize" format="dimension"/>
|
|
<attr name="pieChartTextDescriptionSize" format="dimension"/>
|
|
|
|
<attr name="pieChartTextAmountColor" format="color"/>
|
|
<attr name="pieChartTextNumberColor" format="color"/>
|
|
<attr name="pieChartTextDescriptionColor" format="color"/>
|
|
|
|
<attr name="pieChartTextAmount" format="string"/>
|
|
</declare-styleable>
|
|
|
|
</resources>
|