version:3.2
fix: update:增加拨号,添加联系人,通话记录
This commit is contained in:
@@ -33,10 +33,21 @@
|
||||
<item>1.15</item>
|
||||
<item>1.30</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="entries_font_size">
|
||||
<!-- <item msgid="4649244712522775149">"小"</item>-->
|
||||
<item msgid="4350318459725129464">"默认"</item>
|
||||
<item msgid="722959474722634030">"大"</item>
|
||||
<item msgid="5468692832610514379">"最大"</item>
|
||||
</string-array>
|
||||
|
||||
<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>
|
||||
</resources>
|
||||
@@ -5,6 +5,7 @@
|
||||
<color name="colorAccent">#454347</color>
|
||||
<color name="white">#ffffff</color>
|
||||
|
||||
<color name="default_gray">#EDECEC</color>
|
||||
<color name="transparent_white">#FFFFFF</color>
|
||||
<color name="transparent">#00FFFFFF</color>
|
||||
<color name="black">#000000</color>
|
||||
|
||||
Reference in New Issue
Block a user