attrs.xml
1.01 KB
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--弹出框动画-->
<style name="NoAnimBottom" parent="@android:style/Animation">
<item name="android:windowFrame">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:backgroundDimEnabled">true</item>
</style>
<!--实现-->
<declare-styleable name="RoundAngleFrameLayout">
<attr name="aspect_ratios" format="float" />
<attr name="radius" format="dimension" />
<attr name="topLeftRadius" format="dimension" />
<attr name="topRightRadius" format="dimension" />
<attr name="bottomLeftRadius" format="dimension" />
<attr name="bottomRightRadius" format="dimension" />
</declare-styleable>
<declare-styleable name="KPSwitchPanelLayout">
<attr name="ignore_recommend_height" format="boolean" />
</declare-styleable>
</resources>