hh_attrs.xml 1.82 KB
<?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>