You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
993 B
28 lines
993 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MaxRelativeLayout">
|
|
<attr name="maxLayoutWidth" format="dimension"/>
|
|
<attr name="maxLayoutHeight" format="dimension"/>
|
|
<attr name="lockWidth" format="boolean"/>
|
|
<attr name="interceptTouch" format="boolean"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="RealtimeBlurView">
|
|
<attr name="realtimeBlurRadius" format="dimension"/>
|
|
<attr name="realtimeDownsampleFactor" format="float"/>
|
|
<attr name="realtimeOverlayColor" format="color"/>
|
|
<attr name="radius" format="dimension"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="ProgressView">
|
|
<attr name="progressStrokeWidth" format="dimension"/>
|
|
<attr name="progressStrokeColor" format="color"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="DialogXBaseRelativeLayout">
|
|
<attr name="baseFocusable" format="boolean"/>
|
|
</declare-styleable>
|
|
|
|
|
|
</resources> |