|
|
@@ -262,16 +262,6 @@
|
|
|
<attr name="circleColor" format="color" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="TagsLayout">
|
|
|
- <attr name="item_height" />
|
|
|
- <attr name="item_h_interval" />
|
|
|
- <attr name="item_v_interval" />
|
|
|
- <attr name="item_background" />
|
|
|
- <attr name="item_text_color" />
|
|
|
- <attr name="choice_type" />
|
|
|
- <attr name="item_min_width" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<declare-styleable name="UploadFileAddView">
|
|
|
<attr name="maxCount" format="integer" />
|
|
|
</declare-styleable>
|
|
|
@@ -284,13 +274,6 @@
|
|
|
<attr name="colon_width" format="dimension" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="PKProgressBar">
|
|
|
- <attr name="showScore" format="boolean" />
|
|
|
- <attr name="scoreMarginStart" format="dimension" />
|
|
|
- <attr name="scoreMarginEnd" format="dimension" />
|
|
|
- <attr name="minProgressWidth" format="dimension" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<!--可展开布局自定义属性-->
|
|
|
<declare-styleable name="ExpandLayout">
|
|
|
<!--文本最大缩略行数,对应于TextView的maxLines-->
|
|
|
@@ -360,30 +343,6 @@
|
|
|
</attr>
|
|
|
|
|
|
<attr name="stroke_width" format="dimension" />
|
|
|
-
|
|
|
- <declare-styleable name="GameButton" tools:ignore="ResourceName">
|
|
|
- <attr name="button_type" />
|
|
|
- <attr name="left_drawable" />
|
|
|
- <attr name="left_drawable_margin" format="dimension" />
|
|
|
- <attr name="right_drawable" />
|
|
|
- <attr name="right_drawable_margin" format="dimension" />
|
|
|
- <attr name="stroke_width" />
|
|
|
- <attr name="text" format="string" />
|
|
|
- <attr name="text_size" />
|
|
|
- <attr name="font_family" format="reference" />
|
|
|
- <!-- 背景大小 根据设置不同大小的背景,实现不同的圆角适配-->
|
|
|
- <attr name="bg_size" format="enum">
|
|
|
- <enum name="bs_small" value="0" />
|
|
|
- <enum name="bs_medium" value="1" />
|
|
|
- <enum name="bs_large" value="2" />
|
|
|
- </attr>
|
|
|
- <attr name="text_style" format="enum">
|
|
|
- <enum name="normal" value="0" />
|
|
|
- <enum name="bold" value="1" />
|
|
|
- <enum name="italic" value="2" />
|
|
|
- </attr>
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<attr name="font_weight" format="enum">
|
|
|
<enum name="regular" value="400"/>
|
|
|
<enum name="medium" value="500"/>
|
|
|
@@ -410,29 +369,6 @@
|
|
|
<attr name="diagonalColor" format="color" />
|
|
|
<attr name="diagonalWidth" format="dimension" />
|
|
|
|
|
|
- <declare-styleable name="GameTextView" tools:ignore="ResourceName">
|
|
|
-
|
|
|
- <attr name="font_weight"/>
|
|
|
-
|
|
|
- <attr name="strokeColor" />
|
|
|
- <attr name="strokeWidth" />
|
|
|
- <attr name="strokeColors" />
|
|
|
- <attr name="strokePosition" />
|
|
|
- <attr name="strokeOrientation" />
|
|
|
-
|
|
|
- <attr name="gradientColors" />
|
|
|
- <attr name="gradientPosition" />
|
|
|
- <attr name="gradientOrientation" />
|
|
|
-
|
|
|
- <attr name="diagonalColor" />
|
|
|
- <attr name="diagonalWidth" />
|
|
|
-
|
|
|
- <attr name="shadowDx" />
|
|
|
- <attr name="shadowDy" />
|
|
|
- <attr name="shadowRadius" />
|
|
|
- <attr name="shadowColor" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<declare-styleable name="FastFlowLayout" tools:ignore="ResourceName">
|
|
|
<attr name="fastFlowLayout_flow" format="boolean" />
|
|
|
<attr name="fastFlowLayout_childSpacing" format="enum|dimension">
|
|
|
@@ -550,53 +486,12 @@
|
|
|
<attr name="ClipBorderColor" format="color" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="UserLevelView" tools:ignore="ResourceName">
|
|
|
- <attr name="size">
|
|
|
- <!--用于资料卡,资料页,房间成员等-->
|
|
|
- <enum name="small" value="0" />
|
|
|
- <!--用于等级详情-->
|
|
|
- <enum name="big" value="1" />
|
|
|
- </attr>
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
- <declare-styleable name="MedalProfileView" tools:ignore="ResourceName">
|
|
|
- <!--勋章大小-->
|
|
|
- <attr name="medal_size" format="dimension"/>
|
|
|
- <!--勋章之间的间距-->
|
|
|
- <attr name="medal_spacing" format="dimension"/>
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
- <declare-styleable name="RechargeDailyTaskListView" tools:ignore="ResourceName">
|
|
|
- <!--Item的间距-->
|
|
|
- <attr name="item_spacing" format="dimension" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
- <declare-styleable name="RoomTaskRewardListView">
|
|
|
- <attr name="icon_width" format="dimension" />
|
|
|
- <attr name="text_size" format="dimension" />
|
|
|
- <attr name="v_space" format="dimension" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<declare-styleable name="StrokeTextView">
|
|
|
<attr name="strokeColor" />
|
|
|
<attr name="strokeWidth" />
|
|
|
<attr name="strokeColorList" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="MarkProfileView">
|
|
|
- <attr name="mark_spacing" format="dimension"/>
|
|
|
- <attr name="mark_height" format="dimension"/>
|
|
|
- <attr name="mark_width" format="dimension"/>
|
|
|
- <attr name="android:gravity"/>
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
- <declare-styleable name="LikeButton">
|
|
|
- <attr name="like_background" format="reference" />
|
|
|
- <attr name="like_image" format="reference" />
|
|
|
- <attr name="liked_image" format="reference" />
|
|
|
- <attr name="liked_anim" format="string" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<declare-styleable name="WeAnimView">
|
|
|
<attr name="autoPlay" format="boolean" />
|
|
|
</declare-styleable>
|
|
|
@@ -607,16 +502,6 @@
|
|
|
<attr name="dividerSize" format="dimension" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="UserIdView">
|
|
|
- <attr name="show_copy_btn" format="boolean" />
|
|
|
- <attr name="copy_btn_res_id" format="reference" />
|
|
|
- <attr name="copy_btn_size" format="dimension" />
|
|
|
- <attr name="copy_btn_margin_start" format="dimension" />
|
|
|
- <attr name="id_text_color" format="color" />
|
|
|
- <attr name="id_text_size" format="dimension" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
-
|
|
|
<declare-styleable name="GiftFallingLayout">
|
|
|
<attr name="giftWidth" format="dimension" />
|
|
|
<attr name="giftHeight" format="dimension" />
|
|
|
@@ -683,41 +568,22 @@
|
|
|
<attr name="progressWidth" format="dimension" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="UserVoiceView">
|
|
|
- <!--自定义背景-->
|
|
|
- <attr name="voiceBackground" format="reference" />
|
|
|
- <!--自定义播放图标-->
|
|
|
- <attr name="voicePlayIcon" format="reference" />
|
|
|
- <!--自定义暂停图标-->
|
|
|
- <attr name="voicePauseIcon" format="reference" />
|
|
|
- <!--自定义波浪svga-->
|
|
|
- <attr name="waveSvga" format="string" />
|
|
|
- <attr name="countDownTextColor" format="color" />
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
- <declare-styleable name="UserSexView">
|
|
|
- <!--女性Icon-->
|
|
|
- <attr name="femaleIcon" format="reference" />
|
|
|
- <!--男性Icon-->
|
|
|
- <attr name="maleIcon" format="reference" />
|
|
|
- <attr name="femaleBackground" format="reference" />
|
|
|
- <attr name="maleBackground" format="reference" />
|
|
|
-
|
|
|
-
|
|
|
- </declare-styleable>
|
|
|
-
|
|
|
<declare-styleable name="RoundShadowLayout">
|
|
|
<attr name="shadow_color" />
|
|
|
<attr name="shadow_radius"/>
|
|
|
<attr name="round_radius" format="dimension" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="UserCertificationView">
|
|
|
- <attr name="only_show_icon" format="boolean" />
|
|
|
+ <declare-styleable name="EvaluateView">
|
|
|
+ <attr name="evaluate_max" format="integer" />
|
|
|
+ <attr name="evaluate_current" format="integer" />
|
|
|
+ <attr name="evaluate_width" format="dimension" />
|
|
|
+ <attr name="evaluate_divide" format="dimension" />
|
|
|
+ <attr name="evaluate_normal_src" format="reference" />
|
|
|
+ <attr name="evaluate_selected_src" format="reference" />
|
|
|
</declare-styleable>
|
|
|
|
|
|
- <declare-styleable name="VipUnLockButtonView">
|
|
|
- <attr name="vipUnlocked" format="boolean" />
|
|
|
- <attr name="vipText" format="string" />
|
|
|
+ <declare-styleable name="NumberIncreaseView">
|
|
|
+ <attr name="default_number" format="integer" />
|
|
|
</declare-styleable>
|
|
|
</resources>
|