充电桩app代码

attr.xml 2.6KB

    <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="CircleProgressBar"> <attr name="circleStrokeWidth" format="dimension" /> <attr name="bgProgressBarColor" format="color" /> </declare-styleable> <declare-styleable name="RatingBarView"> <attr name="starImageSize" format="dimension" /> <attr name="starCount" format="integer" /> <attr name="starEmpty" format="reference" /> <attr name="starFill" format="reference" /> </declare-styleable> <declare-styleable name="REditText"> <attr name="object_foreground_color" format="color" /> <attr name="object_background_color" format="color" /> </declare-styleable> <declare-styleable name="IndexBar"> <attr name="indexBarTextSize" format="dimension"/> <attr name="indexBarPressBackground" format="color" /> </declare-styleable> <declare-styleable name="SaundProgressBar"> <attr name="progressIndicator" format="reference" /> <attr name="textSize" format="dimension" /> <attr name="textColor" format="reference|color" /> <attr name="textStyle"> <flag name="normal" value="0" /> <flag name="bold" value="1" /> <flag name="italic" value="2" /> </attr> <attr name="textAlign"> <flag name="left" value="0" /> <flag name="center" value="1" /> <flag name="right" value="2" /> </attr> <attr name="offset" format="dimension" /> </declare-styleable> <declare-styleable name="roundedimageview"> <attr name="border_thickness" format="dimension" /> <attr name="border_inside_color" format="color" /> <attr name="border_outside_color" format="color"></attr> </declare-styleable> <attr name="src" format="reference"></attr> <attr name="uiLine" format="reference"/> <declare-styleable name="CircleImageView"> <attr name="border_width" format="dimension" /> <attr name="border_color" format="color" /> </declare-styleable> <declare-styleable name="RoundAngleImageView"> <attr name="roundWidth" format="dimension" /> <attr name="roundHeight" format="dimension" /> </declare-styleable> <attr name="borderRadius" format="dimension" /> <attr name="type"> <enum name="circle" value="0" /> <enum name="round" value="1" /> </attr> <declare-styleable name="RoundImageView"> <attr name="borderRadius" /> <attr name="type" /> </declare-styleable> </resources>