mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-04-17 19:18:03 +08:00
初始化
This commit is contained in:
6
AndroidTest/Resources/values/colors.xml
Normal file
6
AndroidTest/Resources/values/colors.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#2c3e50</color>
|
||||
<color name="colorPrimaryDark">#1B3147</color>
|
||||
<color name="colorAccent">#3498db</color>
|
||||
</resources>
|
||||
4
AndroidTest/Resources/values/ic_launcher_background.xml
Normal file
4
AndroidTest/Resources/values/ic_launcher_background.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#2C3E50</color>
|
||||
</resources>
|
||||
4
AndroidTest/Resources/values/strings.xml
Normal file
4
AndroidTest/Resources/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">AndroidTest</string>
|
||||
<string name="action_settings">Settings</string>
|
||||
</resources>
|
||||
11
AndroidTest/Resources/values/styles.xml
Normal file
11
AndroidTest/Resources/values/styles.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user