androidx版本首次提交
This commit is contained in:
54
live/src/main/res/values/attrs.xml
Normal file
54
live/src/main/res/values/attrs.xml
Normal file
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="MyTextView">
|
||||
<attr name="mt_radius" format="dimension"/>
|
||||
<attr name="mt_checked" format="boolean"/>
|
||||
<attr name="mt_color" format="color"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="ProgressTextView">
|
||||
<attr name="ptv_bg_color" format="color"/>
|
||||
<attr name="ptv_fg_color" format="color"/>
|
||||
<attr name="ptv_stroke_width" format="dimension"/>
|
||||
<attr name="ptv_progress" format="integer"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="FrameImageView">
|
||||
<attr name="fiv_ratio" format="float"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="PkProgressBar">
|
||||
<attr name="ppb_minWidth" format="dimension"/>
|
||||
<attr name="ppb_rate" format="float"/>
|
||||
<attr name="ppb_left_color" format="color"/>
|
||||
<attr name="ppb_right_color" format="color"/>
|
||||
<attr name="ppb_left_color_stroke" format="color"/>
|
||||
<attr name="ppb_right_color_stroke" format="color"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="MyFrameLayout3">
|
||||
<attr name="mfl3_ratio" format="float"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="GiftMarkView">
|
||||
<attr name="gm_icon_res_1" format="reference"/>
|
||||
<attr name="gm_icon_res_2" format="reference"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="MusicProgressTextView">
|
||||
<attr name="mptv_start_text" format="string"/>
|
||||
<attr name="mptv_end_text" format="string"/>
|
||||
<attr name="mptv_bg_color" format="color"/>
|
||||
<attr name="mptv_line_color" format="color"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="LrcTextView">
|
||||
<attr name="ltv_progress" format="float"/>
|
||||
<attr name="ltv_progressColor" format="color"/>
|
||||
</declare-styleable>
|
||||
<declare-styleable name="MyRelativeLayout1">
|
||||
<attr name="mrl_radius" format="dimension"/>
|
||||
<attr name="mrl_inner_r" format="dimension"/>
|
||||
<attr name="mrl_inner_w" format="dimension"/>
|
||||
<attr name="mrl_inner_h" format="dimension"/>
|
||||
<attr name="mrl_inner_x" format="dimension"/>
|
||||
<attr name="mrl_inner_y" format="dimension"/>
|
||||
<attr name="mrl_line_m" format="dimension"/>
|
||||
<attr name="mrl_line_mt" format="dimension"/>
|
||||
<attr name="mrl_line_h" format="dimension"/>
|
||||
<attr name="mrl_bg_color" format="color"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
7
live/src/main/res/values/dimen.xml
Normal file
7
live/src/main/res/values/dimen.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<resources>
|
||||
<!-- Default screen margins, per the Android Design guidelines. -->
|
||||
<dimen name="live_view">250dp</dimen>
|
||||
<dimen name="live_top">120dp</dimen>
|
||||
<dimen name="live_btn">50dp</dimen>
|
||||
<dimen name="live_chat1">44dp</dimen>
|
||||
</resources>
|
||||
1
live/src/main/res/values/strings.xml
Normal file
1
live/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1 @@
|
||||
<resources></resources>
|
||||
Reference in New Issue
Block a user