Files
legado/app/src/main/res/values/attrs.xml
2022-02-27 19:07:53 +08:00

244 lines
9.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="radius" format="dimension" />
<attr name="isBottomBackground" format="boolean" />
<attr name="themeMode" format="enum">
<enum name="dark" value="1" />
<enum name="light" value="2" />
<enum name="auto" value="0" />
</attr>
<declare-styleable name="TitleBar">
<attr name="title" />
<attr name="subtitle" />
<attr name="titleTextAppearance" />
<attr name="titleTextColor" />
<attr name="subtitleTextAppearance" />
<attr name="subtitleTextColor" />
<attr name="contentInsetEnd" />
<attr name="contentInsetEndWithActions" />
<attr name="contentInsetStart" />
<attr name="contentInsetStartWithNavigation" />
<attr name="contentInsetLeft" />
<attr name="contentInsetRight" />
<attr name="contentLayout" format="reference" />
<attr name="attachToActivity" format="boolean" />
<attr name="displayHomeAsUp" format="boolean" />
<attr name="navigationIcon" format="reference" />
<attr name="fitStatusBar" format="boolean" />
<attr name="fitNavigationBar" format="boolean" />
<attr name="navigationContentDescription" format="reference|string" />
<attr name="navigationIconTint" format="color|reference" />
<attr name="themeMode" />
<attr name="navigationIconTintMode" format="enum">
<enum name="clear" value="0" />
<enum name="src" value="1" />
<enum name="dst" value="2" />
<enum name="src_over" value="3" />
<enum name="dst_over" value="4" />
<enum name="src_in" value="5" />
<enum name="dst_in" value="6" />
<enum name="src_out" value="7" />
<enum name="dst_out" value="8" />
<enum name="src_atop" value="9" />
<enum name="dst_atop" value="10" />
<enum name="xor" value="11" />
<enum name="darken" value="16" />
<enum name="lighten" value="17" />
<enum name="multiply" value="13" />
<enum name="screen" value="14" />
<enum name="add" value="12" />
<enum name="overlay" value="15" />
</attr>
</declare-styleable>
<attr name="titleBarStyle" format="reference" />
<declare-styleable name="DynamicFrameLayout">
<attr name="errorSrc" format="reference" />
<attr name="emptySrc" format="reference" />
<attr name="errorActionDescription" format="string|reference" />
<attr name="emptyActionDescription" format="string|reference" />
<attr name="emptyDescription" format="string|reference" />
</declare-styleable>
<declare-styleable name="RefreshProgressBar">
<attr name="max_progress" format="integer" />
<attr name="dur_progress" format="integer" />
<attr name="second_dur_progress" format="dimension" />
<attr name="second_max_progress" format="dimension" />
<attr name="bg_color" format="color" />
<attr name="second_color" format="color" />
<attr name="font_color" format="color" />
<attr name="speed" format="dimension" />
</declare-styleable>
<declare-styleable name="DetailSeekBar">
<attr name="title" format="string" />
<attr name="max" format="integer" />
<attr name="isBottomBackground" />
</declare-styleable>
<declare-styleable name="SmoothCheckBox">
<attr name="duration" format="integer" />
<attr name="stroke_width" format="dimension" />
<attr name="color_tick" format="color" />
<attr name="color_checked" format="color" />
<attr name="color_unchecked" format="color" />
<attr name="color_unchecked_stroke" format="color" />
</declare-styleable>
<declare-styleable name="NumberPickerPreference">
<attr name="MinValue" format="integer" />
<attr name="MaxValue" format="integer" />
<attr name="android:summary" />
</declare-styleable>
<declare-styleable name="RefreshLayout">
<attr name="layout_refresh_empty" format="reference" />
<attr name="layout_refresh_error" format="reference" />
<attr name="layout_refresh_loading" format="reference" />
</declare-styleable>
<declare-styleable name="FastScroller">
<attr name="fadeScrollbar" format="boolean" />
<attr name="showBubble" format="boolean" />
<attr name="showTrack" format="boolean" />
<attr name="trackColor" format="color" />
<attr name="handleColor" format="color" />
<attr name="bubbleColor" format="color" />
<attr name="bubbleTextColor" format="color" />
</declare-styleable>
<declare-styleable name="FilletImageView">
<attr name="radius" />
<attr name="left_top_radius" format="dimension" />
<attr name="right_top_radius" format="dimension" />
<attr name="right_bottom_radius" format="dimension" />
<attr name="left_bottom_radius" format="dimension" />
</declare-styleable>
<declare-styleable name="IconListPreference">
<attr name="icons" format="reference" />
</declare-styleable>
<declare-styleable name="RotateLoading">
<attr name="loading_width" format="dimension" />
<attr name="loading_color" format="color" />
<attr name="shadow_position" format="integer" />
<attr name="loading_speed" format="integer" />
<attr name="hide_mode">
<!-- Not displayed, but taken into account during layout (space is left for it). -->
<enum name="invisible" value="1" />
<!-- Completely hidden, as if the view had not been added. -->
<enum name="gone" value="2" />
</attr>
</declare-styleable>
<declare-styleable name="CircleImageView">
<attr name="civ_border_width" format="dimension" />
<attr name="civ_border_color" format="color" />
<attr name="civ_border_overlay" format="boolean" />
<attr name="civ_circle_background_color" format="color" />
<attr name="text" format="string" />
<attr name="textColor" format="color" />
</declare-styleable>
<declare-styleable name="Battery">
<attr name="batteryOrientation">
<enum name="horizontal" value="0" />
<enum name="vertical" value="1" />
</attr>
<attr name="batteryColor" format="color" />
<attr name="batteryPower" format="integer" />
</declare-styleable>
<declare-styleable name="VerticalSeekBar">
<attr name="seekBarRotation">
<!-- Clock wise - 90 deg; top = min, bottom = max -->
<enum name="CW90" value="90" />
<!-- Clock wise - 270 deg; bottom = min, top = max -->
<enum name="CW270" value="270" />
</attr>
</declare-styleable>
<declare-styleable name="AccentBgTextView">
<attr name="radius" />
</declare-styleable>
<declare-styleable name="AccentStrokeTextView">
<attr name="radius" />
<attr name="isBottomBackground" />
</declare-styleable>
<declare-styleable name="StrokeTextView">
<attr name="radius" />
<attr name="isBottomBackground" />
</declare-styleable>
<declare-styleable name="BadgeView">
<attr name="radius" />
<attr name="up_flat_angle" format="boolean" />
</declare-styleable>
<declare-styleable name="ArcView">
<attr name="arcHeight" format="dimension" />
<attr name="bgColor" format="color" />
<attr name="arcDirectionTop" format="boolean" />
</declare-styleable>
<declare-styleable name="ShadowLayout">
<attr name="shadowColor" format="color" />
<attr name="shadowRadius" format="dimension" />
<attr name="shadowDx" format="dimension" />
<attr name="shadowDy" format="dimension" />
<attr name="shadowShape">
<flag name="rectangle" value="0x0001" />
<flag name="oval" value="0x0010" />
</attr>
<attr name="shadowSide">
<flag name="all" value="0x1111" />
<flag name="left" value="0x0001" />
<flag name="top" value="0x0010" />
<flag name="right" value="0x0100" />
<flag name="bottom" value="0x1000" />
</attr>
</declare-styleable>
<declare-styleable name="ThemeRadioNoButton">
<attr name="isBottomBackground" />
</declare-styleable>
<declare-styleable name="Preference">
<attr name="isBottomBackground" />
</declare-styleable>
<!--斜角标签-->
<declare-styleable name="BevelLabelView">
<!--背景颜色-->
<attr name="label_bg_color" format="color|reference" />
<!--文字-->
<attr name="label_text" format="string" />
<!-- 文字颜色-->
<attr name="label_text_color" format="color|reference" />
<!--文字大小-->
<attr name="label_text_size" format="dimension" />
<attr name="label_length" format="dimension" />
<!-- 圆角-->
<attr name="label_corner" format="dimension" />
<attr name="label_mode">
<!-- fill是沾满整个-->
<enum name="left_top" value="0" />
<enum name="right_top" value="1" />
<enum name="left_bottom" value="2" />
<enum name="right_bottom" value="3" />
<enum name="left_top_fill" value="4" />
<enum name="right_top_fill" value="5" />
<enum name="left_bottom_fill" value="6" />
<enum name="right_bottom_fill" value="7" />
</attr>
</declare-styleable>
</resources>