|
|
@@ -16,9 +16,9 @@
|
|
|
<enum name="wrap_content" value="0" />
|
|
|
<enum name="match_parent" value="1" />
|
|
|
</attr>
|
|
|
- <attr name="normal_text_size" format="dimension"/>
|
|
|
- <attr name="selected_text_size" format="dimension"/>
|
|
|
- <attr name="fixed_tab_scrollable_mode" format="boolean"/>
|
|
|
+ <attr name="normal_text_size" format="dimension" />
|
|
|
+ <attr name="selected_text_size" format="dimension" />
|
|
|
+ <attr name="fixed_tab_scrollable_mode" format="boolean" />
|
|
|
|
|
|
<!-- 是否是强按钮(绿色)-->
|
|
|
<attr name="item_margin" format="dimension" />
|
|
|
@@ -42,8 +42,8 @@
|
|
|
<attr name="item_text_color" format="color" />
|
|
|
<attr name="title_color" format="reference|color" />
|
|
|
<attr name="bar_background" format="reference|color" />
|
|
|
- <attr name="item_text_size" format="dimension"/>
|
|
|
- <attr name="item_min_width" format="dimension"/>
|
|
|
+ <attr name="item_text_size" format="dimension" />
|
|
|
+ <attr name="item_min_width" format="dimension" />
|
|
|
<attr name="shadowDx" format="float" />
|
|
|
<attr name="shadowDy" format="float" />
|
|
|
<attr name="shadowRadius" format="float" />
|
|
|
@@ -105,7 +105,7 @@
|
|
|
<attr name="selected_text_size" />
|
|
|
<attr name="indicator_color" format="color" />
|
|
|
<attr name="indicator_drawable" format="reference" />
|
|
|
- <attr name="indicator_width_mode" format="enum" >
|
|
|
+ <attr name="indicator_width_mode" format="enum">
|
|
|
<enum name="match_parent" value="0" />
|
|
|
<enum name="wrap_text" value="1" />
|
|
|
<enum name="fixed" value="2" />
|
|
|
@@ -122,59 +122,59 @@
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="WheelView">
|
|
|
- <attr name="wheelCyclic" format="boolean"/>
|
|
|
- <attr name="wheelEntries" format="reference"/>
|
|
|
- <attr name="wheelItemCount" format="integer"/>
|
|
|
- <attr name="wheelItemWidth" format="dimension"/>
|
|
|
- <attr name="wheelItemHeight" format="dimension"/>
|
|
|
- <attr name="wheelTextSize" format="dimension"/>
|
|
|
- <attr name="wheelTextColor" format="color"/>
|
|
|
- <attr name="wheelSelectedTextColor" format="color"/>
|
|
|
- <attr name="wheelDividerColor" format="color"/>
|
|
|
- <attr name="wheelHighlightColor" format="color"/>
|
|
|
+ <attr name="wheelCyclic" format="boolean" />
|
|
|
+ <attr name="wheelEntries" format="reference" />
|
|
|
+ <attr name="wheelItemCount" format="integer" />
|
|
|
+ <attr name="wheelItemWidth" format="dimension" />
|
|
|
+ <attr name="wheelItemHeight" format="dimension" />
|
|
|
+ <attr name="wheelTextSize" format="dimension" />
|
|
|
+ <attr name="wheelTextColor" format="color" />
|
|
|
+ <attr name="wheelSelectedTextColor" format="color" />
|
|
|
+ <attr name="wheelDividerColor" format="color" />
|
|
|
+ <attr name="wheelHighlightColor" format="color" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="Wheel3DView">
|
|
|
<attr name="wheelToward" format="enum">
|
|
|
- <enum name="none" value="0"/>
|
|
|
- <enum name="left" value="-1"/>
|
|
|
- <enum name="right" value="1"/>
|
|
|
+ <enum name="none" value="0" />
|
|
|
+ <enum name="left" value="-1" />
|
|
|
+ <enum name="right" value="1" />
|
|
|
</attr>
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="CircleProgressBar">
|
|
|
- <attr name="line_count" format="integer"/>
|
|
|
- <attr name="draw_progress_text" format="boolean"/>
|
|
|
- <attr name="line_width" format="dimension|reference"/>
|
|
|
- <attr name="background_color" format="color|reference"/>
|
|
|
- <attr name="progress_start_color" format="color|reference"/>
|
|
|
- <attr name="progress_end_color" format="color|reference"/>
|
|
|
- <attr name="c_progress_text_color" format="color|reference"/>
|
|
|
- <attr name="c_progress_text_size" format="dimension|reference"/>
|
|
|
- <attr name="progress_stroke_width" format="dimension|reference"/>
|
|
|
- <attr name="progress_background_color" format="color|reference"/>
|
|
|
- <attr name="progress_text_format_pattern" format="string|reference"/>
|
|
|
- <attr name="drawBackgroundOutsideProgress" format="boolean|reference"/>
|
|
|
- <attr name="p_text_size" format="dimension|reference"/>
|
|
|
- <attr name="p_text_color" format="color|reference"/>
|
|
|
- <attr name="progress_start_degree" format="integer|reference"/>
|
|
|
+ <attr name="line_count" format="integer" />
|
|
|
+ <attr name="draw_progress_text" format="boolean" />
|
|
|
+ <attr name="line_width" format="dimension|reference" />
|
|
|
+ <attr name="background_color" format="color|reference" />
|
|
|
+ <attr name="progress_start_color" format="color|reference" />
|
|
|
+ <attr name="progress_end_color" format="color|reference" />
|
|
|
+ <attr name="c_progress_text_color" format="color|reference" />
|
|
|
+ <attr name="c_progress_text_size" format="dimension|reference" />
|
|
|
+ <attr name="progress_stroke_width" format="dimension|reference" />
|
|
|
+ <attr name="progress_background_color" format="color|reference" />
|
|
|
+ <attr name="progress_text_format_pattern" format="string|reference" />
|
|
|
+ <attr name="drawBackgroundOutsideProgress" format="boolean|reference" />
|
|
|
+ <attr name="p_text_size" format="dimension|reference" />
|
|
|
+ <attr name="p_text_color" format="color|reference" />
|
|
|
+ <attr name="progress_start_degree" format="integer|reference" />
|
|
|
|
|
|
<attr name="style">
|
|
|
- <enum name="line" value="0"/>
|
|
|
- <enum name="solid" value="1"/>
|
|
|
- <enum name="solid_line" value="2"/>
|
|
|
+ <enum name="line" value="0" />
|
|
|
+ <enum name="solid" value="1" />
|
|
|
+ <enum name="solid_line" value="2" />
|
|
|
</attr>
|
|
|
|
|
|
<attr name="progress_shader">
|
|
|
- <enum name="linear" value="0"/>
|
|
|
- <enum name="radial" value="1"/>
|
|
|
- <enum name="sweep" value="2"/>
|
|
|
+ <enum name="linear" value="0" />
|
|
|
+ <enum name="radial" value="1" />
|
|
|
+ <enum name="sweep" value="2" />
|
|
|
</attr>
|
|
|
|
|
|
<attr name="progress_stroke_cap">
|
|
|
- <enum name="butt" value="0"/>
|
|
|
- <enum name="round" value="1"/>
|
|
|
- <enum name="square" value="2"/>
|
|
|
+ <enum name="butt" value="0" />
|
|
|
+ <enum name="round" value="1" />
|
|
|
+ <enum name="square" value="2" />
|
|
|
</attr>
|
|
|
</declare-styleable>
|
|
|
|
|
|
@@ -200,22 +200,22 @@
|
|
|
<attr name="banner_infinite_loop" format="boolean" />
|
|
|
|
|
|
<!--RoundLinesIndicator、RectangleIndicator-->
|
|
|
- <attr name="banner_indicator_height" format="dimension"/>
|
|
|
- <attr name="banner_indicator_radius" format="dimension"/>
|
|
|
+ <attr name="banner_indicator_height" format="dimension" />
|
|
|
+ <attr name="banner_indicator_radius" format="dimension" />
|
|
|
|
|
|
<!-- 以下为公用属性 -->
|
|
|
- <attr name="banner_indicator_selected_width" format="dimension"/>
|
|
|
+ <attr name="banner_indicator_selected_width" format="dimension" />
|
|
|
<!--CircleIndicator-->
|
|
|
- <attr name="banner_indicator_normal_width" format="dimension"/>
|
|
|
- <attr name="banner_indicator_space" format="dimension"/>
|
|
|
+ <attr name="banner_indicator_normal_width" format="dimension" />
|
|
|
+ <attr name="banner_indicator_space" format="dimension" />
|
|
|
|
|
|
- <attr name="banner_indicator_normal_color" format="reference|color"/>
|
|
|
- <attr name="banner_indicator_selected_color" format="reference|color"/>
|
|
|
- <attr name="banner_indicator_margin" format="dimension"/>
|
|
|
- <attr name="banner_indicator_marginLeft" format="dimension"/>
|
|
|
- <attr name="banner_indicator_marginTop" format="dimension"/>
|
|
|
- <attr name="banner_indicator_marginRight" format="dimension"/>
|
|
|
- <attr name="banner_indicator_marginBottom" format="dimension"/>
|
|
|
+ <attr name="banner_indicator_normal_color" format="reference|color" />
|
|
|
+ <attr name="banner_indicator_selected_color" format="reference|color" />
|
|
|
+ <attr name="banner_indicator_margin" format="dimension" />
|
|
|
+ <attr name="banner_indicator_marginLeft" format="dimension" />
|
|
|
+ <attr name="banner_indicator_marginTop" format="dimension" />
|
|
|
+ <attr name="banner_indicator_marginRight" format="dimension" />
|
|
|
+ <attr name="banner_indicator_marginBottom" format="dimension" />
|
|
|
|
|
|
<attr name="banner_indicator_gravity" format="enum">
|
|
|
<enum name="left" value="0" />
|
|
|
@@ -228,21 +228,21 @@
|
|
|
<enum name="vertical" value="1" />
|
|
|
</attr>
|
|
|
|
|
|
- <attr name="banner_radius" format="dimension"/>
|
|
|
+ <attr name="banner_radius" format="dimension" />
|
|
|
|
|
|
<!--设置需要圆角的方向,不设置默认全部设置-->
|
|
|
- <attr name="banner_round_top_left" format="boolean"/>
|
|
|
- <attr name="banner_round_top_right" format="boolean"/>
|
|
|
- <attr name="banner_round_bottom_left" format="boolean"/>
|
|
|
- <attr name="banner_round_bottom_right" format="boolean"/>
|
|
|
+ <attr name="banner_round_top_left" format="boolean" />
|
|
|
+ <attr name="banner_round_top_right" format="boolean" />
|
|
|
+ <attr name="banner_round_bottom_left" format="boolean" />
|
|
|
+ <attr name="banner_round_bottom_right" format="boolean" />
|
|
|
|
|
|
<attr name="banner_disallow_parent_intercept" format="boolean" />
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="DrawableIndicator">
|
|
|
- <attr name="normal_drawable" format="reference"/>
|
|
|
- <attr name="selected_drawable" format="reference"/>
|
|
|
+ <attr name="normal_drawable" format="reference" />
|
|
|
+ <attr name="selected_drawable" format="reference" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="PinField">
|
|
|
@@ -256,11 +256,11 @@
|
|
|
<attr name="isCursorEnabled" format="boolean" />
|
|
|
<!--Single Field Mode is deprecated use highlight type to define how to highlight the fields-->
|
|
|
<attr name="highlightSingleFieldMode" format="boolean" />
|
|
|
- <attr name="highlightType" format="enum" >
|
|
|
- <enum name="allFields" value="0"/>
|
|
|
- <enum name="currentField" value="1"/>
|
|
|
- <enum name="completedFields" value="2"/>
|
|
|
- <enum name="noFields" value="3"/>
|
|
|
+ <attr name="highlightType" format="enum">
|
|
|
+ <enum name="allFields" value="0" />
|
|
|
+ <enum name="currentField" value="1" />
|
|
|
+ <enum name="completedFields" value="2" />
|
|
|
+ <enum name="noFields" value="3" />
|
|
|
</attr>
|
|
|
<attr name="fieldBgColor" format="color" />
|
|
|
</declare-styleable>
|
|
|
@@ -329,16 +329,16 @@
|
|
|
|
|
|
<!--圆角约束布局-->
|
|
|
<declare-styleable name="RoundCornerConstraintLayout">
|
|
|
- <attr name="constraint_layout_clip_background" format="boolean"/>
|
|
|
- <attr name="constraint_layout_round_corner" format="dimension"/>
|
|
|
- <attr name="constraint_layout_round_corner_top_left" format="dimension"/>
|
|
|
- <attr name="constraint_layout_round_corner_top_right" format="dimension"/>
|
|
|
- <attr name="constraint_layout_round_corner_bottom_left" format="dimension"/>
|
|
|
- <attr name="constraint_layout_round_corner_bottom_right" format="dimension"/>
|
|
|
+ <attr name="constraint_layout_clip_background" format="boolean" />
|
|
|
+ <attr name="constraint_layout_round_corner" format="dimension" />
|
|
|
+ <attr name="constraint_layout_round_corner_top_left" format="dimension" />
|
|
|
+ <attr name="constraint_layout_round_corner_top_right" format="dimension" />
|
|
|
+ <attr name="constraint_layout_round_corner_bottom_left" format="dimension" />
|
|
|
+ <attr name="constraint_layout_round_corner_bottom_right" format="dimension" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="AutoMarqueeTextView">
|
|
|
- <attr name="delayMarqueeTime" format="integer"/>
|
|
|
+ <attr name="delayMarqueeTime" format="integer" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="SinWaveProgressBar">
|
|
|
@@ -351,11 +351,11 @@
|
|
|
|
|
|
<attr name="stroke_width" format="dimension" />
|
|
|
<attr name="font_weight" format="enum">
|
|
|
- <enum name="regular" value="400"/>
|
|
|
- <enum name="medium" value="500"/>
|
|
|
- <enum name="semiBold" value="600"/>
|
|
|
- <enum name="bold" value="700"/>
|
|
|
- <enum name="extraBold" value="800"/>
|
|
|
+ <enum name="regular" value="400" />
|
|
|
+ <enum name="medium" value="500" />
|
|
|
+ <enum name="semiBold" value="600" />
|
|
|
+ <enum name="bold" value="700" />
|
|
|
+ <enum name="extraBold" value="800" />
|
|
|
</attr>
|
|
|
|
|
|
<attr name="strokeColor" format="color" />
|
|
|
@@ -408,7 +408,7 @@
|
|
|
<attr name="stroke_colors" format="string" />
|
|
|
<attr name="stroke_position" format="string" />
|
|
|
|
|
|
- <attr name="gradient_orientation" format="enum" >
|
|
|
+ <attr name="gradient_orientation" format="enum">
|
|
|
<enum name="vertical" value="0" />
|
|
|
<enum name="horizontal" value="1" />
|
|
|
</attr>
|
|
|
@@ -524,48 +524,48 @@
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="BubbleSeekBar">
|
|
|
- <attr name="bsb_min" format="float|reference"/> <!--min < max, default: 0.0f-->
|
|
|
- <attr name="bsb_max" format="float|reference"/> <!--min < max, default: 100.0f-->
|
|
|
- <attr name="bsb_progress" format="float|reference"/> <!--real time progress value, default: min-->
|
|
|
- <attr name="bsb_is_float_type" format="boolean"/> <!--support for float type-->
|
|
|
- <attr name="bsb_track_size" format="dimension|reference"/> <!--height of right-track(on the right of thumb), default: 2dp-->
|
|
|
+ <attr name="bsb_min" format="float|reference" /> <!--min < max, default: 0.0f-->
|
|
|
+ <attr name="bsb_max" format="float|reference" /> <!--min < max, default: 100.0f-->
|
|
|
+ <attr name="bsb_progress" format="float|reference" /> <!--real time progress value, default: min-->
|
|
|
+ <attr name="bsb_is_float_type" format="boolean" /> <!--support for float type-->
|
|
|
+ <attr name="bsb_track_size" format="dimension|reference" /> <!--height of right-track(on the right of thumb), default: 2dp-->
|
|
|
<!--height of left-track(on the left of thumb), default: 2dp higher than right-track's height-->
|
|
|
- <attr name="bsb_second_track_size" format="dimension|reference"/>
|
|
|
- <attr name="bsb_thumb_radius" format="dimension|reference"/> <!--radius of thumb, default: 2dp higher than left-track's height-->
|
|
|
+ <attr name="bsb_second_track_size" format="dimension|reference" />
|
|
|
+ <attr name="bsb_thumb_radius" format="dimension|reference" /> <!--radius of thumb, default: 2dp higher than left-track's height-->
|
|
|
<!--radius of thumb when be dragging, default: 2 times of left-track's height-->
|
|
|
- <attr name="bsb_thumb_radius_on_dragging" format="dimension|reference"/>
|
|
|
- <attr name="bsb_track_color" format="color|reference"/> <!--color of right-track, default: R.color.colorPrimary-->
|
|
|
- <attr name="bsb_second_track_color" format="color|reference"/> <!--color of left-track, default: R.color.colorAccent-->
|
|
|
- <attr name="bsb_thumb_color" format="color|reference"/> <!--color of thumb, default: same as left-track's color-->
|
|
|
- <attr name="bsb_section_count" format="integer|reference"/> <!--shares of whole progress(max - min), default: 10-->
|
|
|
- <attr name="bsb_show_section_mark" format="boolean"/> <!--show demarcation points or not, default: false-->
|
|
|
- <attr name="bsb_auto_adjust_section_mark" format="boolean"/> <!--auto scroll to the nearest section_mark or not, default: false-->
|
|
|
- <attr name="bsb_show_section_text" format="boolean"/> <!--show section-text or not, default: false-->
|
|
|
- <attr name="bsb_section_text_size" format="dimension|reference"/> <!--text size of section-text, default: 14sp-->
|
|
|
- <attr name="bsb_section_text_color" format="color|reference"/> <!--text color of section-text, default: same as right-track's color-->
|
|
|
+ <attr name="bsb_thumb_radius_on_dragging" format="dimension|reference" />
|
|
|
+ <attr name="bsb_track_color" format="color|reference" /> <!--color of right-track, default: R.color.colorPrimary-->
|
|
|
+ <attr name="bsb_second_track_color" format="color|reference" /> <!--color of left-track, default: R.color.colorAccent-->
|
|
|
+ <attr name="bsb_thumb_color" format="color|reference" /> <!--color of thumb, default: same as left-track's color-->
|
|
|
+ <attr name="bsb_section_count" format="integer|reference" /> <!--shares of whole progress(max - min), default: 10-->
|
|
|
+ <attr name="bsb_show_section_mark" format="boolean" /> <!--show demarcation points or not, default: false-->
|
|
|
+ <attr name="bsb_auto_adjust_section_mark" format="boolean" /> <!--auto scroll to the nearest section_mark or not, default: false-->
|
|
|
+ <attr name="bsb_show_section_text" format="boolean" /> <!--show section-text or not, default: false-->
|
|
|
+ <attr name="bsb_section_text_size" format="dimension|reference" /> <!--text size of section-text, default: 14sp-->
|
|
|
+ <attr name="bsb_section_text_color" format="color|reference" /> <!--text color of section-text, default: same as right-track's color-->
|
|
|
<!--text position of section-text relative to track, sides, bottom_sides, below_section_mark, default: sides-->
|
|
|
<attr name="bsb_section_text_position">
|
|
|
- <enum name="sides" value="0"/>
|
|
|
- <enum name="bottom_sides" value="1"/>
|
|
|
- <enum name="below_section_mark" value="2"/>
|
|
|
+ <enum name="sides" value="0" />
|
|
|
+ <enum name="bottom_sides" value="1" />
|
|
|
+ <enum name="below_section_mark" value="2" />
|
|
|
</attr>
|
|
|
- <attr name="bsb_section_text_interval" format="integer"/> <!--the interval of two section-text, default: 1-->
|
|
|
- <attr name="bsb_show_thumb_text" format="boolean"/> <!--show real time progress-text under thumb or not, default: false-->
|
|
|
- <attr name="bsb_thumb_text_size" format="dimension|reference"/> <!--text size of progress-text, default: 14sp-->
|
|
|
- <attr name="bsb_thumb_text_color" format="color|reference"/> <!--text color of progress-text, default: same as left-track's color-->
|
|
|
- <attr name="bsb_show_progress_in_float" format="boolean"/> <!--show bubble-progress in float or not, default: false-->
|
|
|
- <attr name="bsb_touch_to_seek" format="boolean"/> <!--touch anywhere on track to quickly seek, default: false-->
|
|
|
- <attr name="bsb_seek_step_section" format="boolean"/> <!--seek one step by one section, the progress is discrete, default: false-->
|
|
|
- <attr name="bsb_seek_by_section" format="boolean"/> <!--seek by section, the progress may not be linear, default: false-->
|
|
|
- <attr name="bsb_bubble_color" format="color|reference"/> <!--color of bubble, default: same as left-track's color-->
|
|
|
- <attr name="bsb_bubble_text_size" format="dimension|reference"/> <!--text size of bubble-progress, default: 14sp-->
|
|
|
- <attr name="bsb_bubble_text_color" format="color|reference"/> <!--text color of bubble-progress, default: #ffffffff-->
|
|
|
- <attr name="bsb_anim_duration" format="integer"/> <!--duration of animation, default: 200ms-->
|
|
|
- <attr name="bsb_always_show_bubble" format="boolean"/> <!--bubble shows all time, default: false-->
|
|
|
- <attr name="bsb_always_show_bubble_delay" format="integer"/> <!--the delay duration before bubble shows all the time, default: 200ms-->
|
|
|
- <attr name="bsb_hide_bubble" format="boolean"/> <!--hide bubble, default: false-->
|
|
|
- <attr name="bsb_rtl" format="boolean"/> <!--right to left, default: false-->
|
|
|
- <attr name="android:enabled"/>
|
|
|
+ <attr name="bsb_section_text_interval" format="integer" /> <!--the interval of two section-text, default: 1-->
|
|
|
+ <attr name="bsb_show_thumb_text" format="boolean" /> <!--show real time progress-text under thumb or not, default: false-->
|
|
|
+ <attr name="bsb_thumb_text_size" format="dimension|reference" /> <!--text size of progress-text, default: 14sp-->
|
|
|
+ <attr name="bsb_thumb_text_color" format="color|reference" /> <!--text color of progress-text, default: same as left-track's color-->
|
|
|
+ <attr name="bsb_show_progress_in_float" format="boolean" /> <!--show bubble-progress in float or not, default: false-->
|
|
|
+ <attr name="bsb_touch_to_seek" format="boolean" /> <!--touch anywhere on track to quickly seek, default: false-->
|
|
|
+ <attr name="bsb_seek_step_section" format="boolean" /> <!--seek one step by one section, the progress is discrete, default: false-->
|
|
|
+ <attr name="bsb_seek_by_section" format="boolean" /> <!--seek by section, the progress may not be linear, default: false-->
|
|
|
+ <attr name="bsb_bubble_color" format="color|reference" /> <!--color of bubble, default: same as left-track's color-->
|
|
|
+ <attr name="bsb_bubble_text_size" format="dimension|reference" /> <!--text size of bubble-progress, default: 14sp-->
|
|
|
+ <attr name="bsb_bubble_text_color" format="color|reference" /> <!--text color of bubble-progress, default: #ffffffff-->
|
|
|
+ <attr name="bsb_anim_duration" format="integer" /> <!--duration of animation, default: 200ms-->
|
|
|
+ <attr name="bsb_always_show_bubble" format="boolean" /> <!--bubble shows all time, default: false-->
|
|
|
+ <attr name="bsb_always_show_bubble_delay" format="integer" /> <!--the delay duration before bubble shows all the time, default: 200ms-->
|
|
|
+ <attr name="bsb_hide_bubble" format="boolean" /> <!--hide bubble, default: false-->
|
|
|
+ <attr name="bsb_rtl" format="boolean" /> <!--right to left, default: false-->
|
|
|
+ <attr name="android:enabled" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="CircleProgressButtonView">
|
|
|
@@ -577,7 +577,7 @@
|
|
|
|
|
|
<declare-styleable name="RoundShadowLayout">
|
|
|
<attr name="shadow_color" />
|
|
|
- <attr name="shadow_radius"/>
|
|
|
+ <attr name="shadow_radius" />
|
|
|
<attr name="round_radius" format="dimension" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
@@ -601,6 +601,11 @@
|
|
|
|
|
|
<declare-styleable name="SoundView">
|
|
|
<attr name="sound_duration_text_size" format="dimension" />
|
|
|
+ <attr name="sound_duration_text_gravity">
|
|
|
+ <enum name="start" value="0" />
|
|
|
+ <enum name="end" value="1" />
|
|
|
+ </attr>
|
|
|
+ <attr name="sound_show_wave" format="boolean" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="SoundWaveView">
|
|
|
@@ -611,6 +616,6 @@
|
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="BlurView">
|
|
|
- <attr name="blurOverlayColor" format="color"/>
|
|
|
+ <attr name="blurOverlayColor" format="color" />
|
|
|
</declare-styleable>
|
|
|
</resources>
|