version:1.1.6
fix: update:修改图标大小,增加闹钟
This commit is contained in:
@@ -171,4 +171,23 @@
|
||||
<attr name="android:name" />
|
||||
<attr name="android:id" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ToggleButton">
|
||||
<attr name="tbBorderWidth" format="dimension" />
|
||||
<attr name="tbOffBorderColor" format="reference|color" />
|
||||
<attr name="tbOffColor" format="reference|color" />
|
||||
<attr name="tbOnColor" format="reference|color" />
|
||||
<attr name="tbSpotColor" format="reference|color" />
|
||||
<attr name="tbAnimate" format="reference|boolean" />
|
||||
<attr name="tbAsDefaultOn" format="reference|boolean" />
|
||||
</declare-styleable>
|
||||
|
||||
<!-- JzvdStdRound -->
|
||||
<declare-styleable name="JzvdStdRound">
|
||||
<attr name="radius" format="dimension" />
|
||||
<attr name="left_top_radius" format="dimension" />
|
||||
<attr name="right_top_radius" format="dimension" />
|
||||
<attr name="right_bottom_radius" format="dimension" />
|
||||
<attr name="left_bottom_radius" format="dimension" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user