forked from omni/OmniCards
feat: added companion app for WearOS, and setted up icons
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Backgrounds -->
|
||||
<color name="bg_app">#0B0E17</color>
|
||||
<color name="bg_surface">#0E1118</color>
|
||||
<color name="bg_card">#131726</color>
|
||||
<color name="bg_elevated">#1A2235</color>
|
||||
<color name="bg_hover">#212B42</color>
|
||||
|
||||
<!-- Accent (indigo) -->
|
||||
<color name="accent_subtle">#152045</color>
|
||||
<color name="accent_primary">#2952C8</color>
|
||||
<color name="accent_hover">#3D6AE8</color>
|
||||
<color name="accent_light">#6B90FF</color>
|
||||
|
||||
<!-- Text -->
|
||||
<color name="text_primary">#DCE3F5</color>
|
||||
<color name="text_secondary">#8A9BBC</color>
|
||||
<color name="text_hint">#4E5E80</color>
|
||||
|
||||
<!-- Borders -->
|
||||
<color name="border_subtle">#1C2030</color>
|
||||
<color name="border_default">#1C2A42</color>
|
||||
<color name="border_active">#2A3D60</color>
|
||||
|
||||
<!-- Semantic -->
|
||||
<color name="success_bg">#0F3320</color>
|
||||
<color name="success">#2ECC71</color>
|
||||
<color name="error_bg">#3D1515</color>
|
||||
<color name="error">#E05555</color>
|
||||
<color name="warning_bg">#3D2E00</color>
|
||||
<color name="warning">#F0A500</color>
|
||||
</resources>
|
||||
@@ -0,0 +1,19 @@
|
||||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#000000</color>
|
||||
</resources>
|
||||
@@ -1,8 +1,10 @@
|
||||
<resources>
|
||||
|
||||
<style name="MainActivityTheme.Starting" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@android:color/black</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_icon</item>
|
||||
<item name="postSplashScreenTheme">@android:style/Theme.DeviceDefault</item>
|
||||
<item name="android:windowBackground">@color/bg_app</item>
|
||||
<item name="android:textColorPrimary">@color/text_primary</item>
|
||||
<item name="android:textColorSecondary">@color/text_secondary</item>
|
||||
<item name="android:textColorHint">@color/text_hint</item>
|
||||
<item name="android:colorBackground">@color/bg_app</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user