<?xml version="1.0" encoding="utf-8"?>
|
<resources>
|
<color name="blue">#FFFFFFFF</color>
|
<color name="gray">#ff999999</color>
|
<color name="gray1">#FF268ce2</color>
|
<color name="red">#FFe9372d</color>
|
<string name="WIFI_NOTI">检测到您当前处于非WIFI网络状态!\n建议您在WIFI环境下升级软件</string>
|
<string name="app_name">APPUpdate</string>
|
<style name="AppBaseTheme" parent="android:Theme.Light">
|
<!--
|
Theme customizations available in newer API levels can go in
|
res/values-vXX/styles.xml, while customizations related to
|
backward-compatibility can go here.
|
-->
|
</style>
|
<style name="AppTheme" parent="AppBaseTheme">
|
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
</style>
|
<style name="Dialog" parent="android:style/Theme.Dialog">
|
<item name="android:background">#00000000</item>
|
<item name="android:windowBackground">@android:color/transparent</item>
|
<item name="android:windowNoTitle">true</item>
|
<item name="android:windowIsFloating">true</item>
|
</style>
|
</resources>
|