init: init proj
This commit is contained in:
10
module_gjc/src/main/res/values/colors.xml
Normal file
10
module_gjc/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="gjc_purple_200">#FFBB86FC</color>
|
||||
<color name="gjc_purple_500">#FF6200EE</color>
|
||||
<color name="gjc_purple_700">#FF3700B3</color>
|
||||
<color name="gjc_teal_200">#FF03DAC5</color>
|
||||
<color name="gjc_teal_700">#FF018786</color>
|
||||
<color name="gjc_black">#FF000000</color>
|
||||
<color name="gjc_white">#FFFFFFFF</color>
|
||||
</resources>
|
||||
5
module_gjc/src/main/res/values/strings.xml
Normal file
5
module_gjc/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<resources>
|
||||
<string name="gjc_app_name">My Application</string>
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
</resources>
|
||||
4
module_gjc/src/main/res/values/styles.xml
Normal file
4
module_gjc/src/main/res/values/styles.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
</resources>
|
||||
16
module_gjc/src/main/res/values/themes.xml
Normal file
16
module_gjc/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="gjc_Theme.Aerologic" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_500</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
<item name="colorOnPrimary">@color/white</item>
|
||||
<!-- Secondary brand color. -->
|
||||
<item name="colorSecondary">@color/teal_200</item>
|
||||
<item name="colorSecondaryVariant">@color/teal_700</item>
|
||||
<item name="colorOnSecondary">@color/black</item>
|
||||
<!-- Status bar color. -->
|
||||
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user