pandorapan/video/src/main/res/values/attrs.xml
2022-07-18 15:31:45 +08:00

40 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="NumberProgressBar">
<attr name="progress_current" format="integer"/>
<attr name="progress_max" format="integer"/>
<attr name="progress_unreached_color" format="color"/>
<attr name="progress_reached_color" format="color"/>
<attr name="progress_reached_bar_height" format="dimension"/>
<attr name="progress_unreached_bar_height" format="dimension"/>
<attr name="progress_text_size" format="dimension"/>
<attr name="progress_text_color" format="color"/>
<attr name="progress_text_offset" format="dimension"/>
<attr name="progress_text_visibility" format="enum">
<enum name="visible" value="0"/>
<enum name="invisible" value="1"/>
</attr>
</declare-styleable>
<declare-styleable name="RangeSlider">
<attr name="lineHeight" format="dimension"/>
<attr name="thumbWidth" format="dimension"/>
<attr name="lineColor" format="color"/>
<attr name="maskColor" format="color"/>
<attr name="tickCount" format="integer"/>
<attr name="leftThumbIndex" format="integer"/>
<attr name="rightThumbIndex" format="integer"/>
<attr name="leftThumbDrawable" format="reference"/>
<attr name="rightThumbDrawable" format="reference"/>
<attr name="midThumbDrawable" format="reference"/>
</declare-styleable>
<declare-styleable name="LoadingBar">
<attr name="lb_bg_color" format="color"/>
<attr name="lb_fg_color" format="color"/>
</declare-styleable>
<declare-styleable name="VideoRecordBtnView">
<attr name="vrb_max_width" format="dimension"/>
<attr name="vrb_min_width" format="dimension"/>
<attr name="vrb_start_width" format="dimension"/>
<attr name="vrb_color" format="color"/>
</declare-styleable>
</resources>