hh_attrs.xml
1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="hhui_content_padding_horizontal" format="dimension"/> <!-- 已废弃 -->
<attr name="hhui_content_spacing_horizontal" format="dimension"/> <!-- margin 和 padding 等使用的内容通用水平间距 -->
<attr name="hhui_dialog_min_width" format="dimension"/>
<attr name="hhui_dialog_max_width" format="dimension"/>
<attr name="hhui_dialog_bg" format="reference"/>
<attr name="hhui_dialog_margin_vertical" format="dimension"/>
<attr name="hhui_dialog_padding_horizontal" format="dimension"/>
<attr name="hhui_dialog_background_dim_amount" format="float"/>
<attr name="hhui_dialog_wrapper_style" format="reference"/>
<attr name="hhui_dialog_title_style" format="reference"/>
<attr name="hhui_dialog_action_container_style" format="reference"/>
<attr name="hhui_dialog_action_style" format="reference"/>
<attr name="hhui_dialog_message_content_style" format="reference"/>
<attr name="hhui_dialog_edit_content_style" format="reference"/>
<attr name="hhui_dialog_menu_container_style" format="reference"/>
<attr name="hhui_dialog_menu_item_style" format="reference"/>
<!-- tips -->
<attr name="hhui_tip_dialog_bg" format="reference"/>
<attr name="hhui_tip_dialog_min_width" format="dimension"/>
<attr name="hhui_tip_dialog_min_height" format="dimension"/>
<attr name="hhui_tip_dialog_padding_vertical" format="dimension"/>
<attr name="hhui_tip_dialog_padding_horizontal" format="dimension"/>
<attr name="hhui_tip_dialog_margin_horizontal" format="dimension"/>
<declare-styleable name="HHUILoadingView">
<attr name="hhui_loading_view_size" format="dimension"/>
<attr name="android:color"/>
</declare-styleable>
<attr name="HHUILoadingStyle" format="reference"/>
</resources>