Add 'android/' from commit '4e3261e9879f36679271f2dbdf6023ad01334265'
git-subtree-dir: android
git-subtree-mainline: 58b37b52384ca0a702c23297a2cd9bdad595c660
git-subtree-split: 4e3261e987
This commit is contained in:
14
android/app/src/main/res/values/colors.xml
Normal file
14
android/app/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="primary_dark">#2C3E50</color>
|
||||
<color name="accent_coral">#E74C3C</color>
|
||||
<color name="primary_medium">#34495E</color>
|
||||
<color name="background_grey">#F5F5F5</color>
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="text_light">#BDC3C7</color>
|
||||
<color name="text_dark">#2C3E50</color>
|
||||
<color name="divider">#3D5166</color>
|
||||
<color name="status_available">#2ECC71</color>
|
||||
<color name="status_adopted">#E74C3C</color>
|
||||
<color name="accent_blue">#3498DB</color>
|
||||
</resources>
|
||||
5
android/app/src/main/res/values/strings.xml
Normal file
5
android/app/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">Leons Pet Store</string>
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
</resources>
|
||||
20
android/app/src/main/res/values/themes.xml
Normal file
20
android/app/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.PetStoreMobile" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/primary_dark</item>
|
||||
<item name="colorPrimaryVariant">@color/primary_medium</item>
|
||||
<item name="colorAccent">@color/accent_coral</item>
|
||||
<item name="android:windowBackground">@color/background_grey</item>
|
||||
<item name="editTextStyle">@style/Widget.App.EditText</item>
|
||||
<item name="spinnerStyle">@style/Widget.App.Spinner</item>
|
||||
<item name="android:statusBarColor">@color/primary_dark</item>
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
</style>
|
||||
<style name="Widget.App.EditText" parent="Widget.AppCompat.EditText">
|
||||
<item name="android:textColor">@color/text_dark</item>
|
||||
</style>
|
||||
<style name="Widget.App.Spinner" parent="Widget.AppCompat.Spinner">
|
||||
<item name="android:textColor">@color/text_dark</item>
|
||||
</style>
|
||||
<style name="Theme.PetStoreMobile" parent="Base.Theme.PetStoreMobile" />
|
||||
</resources>
|
||||
Reference in New Issue
Block a user