Add files via upload

This commit is contained in:
xC3FFF0E 2021-02-09 02:09:55 +08:00 committed by GitHub
parent 3def57bdcc
commit b9f1872a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<resources>
<color name="colorPrimary">#000000</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#1DB954</color>
<color name="colorControlHighlight">#1DB954</color>
<color name="colorControlNormal">#1DB954</color>
</resources>

View File

@ -0,0 +1,8 @@
<resources>
<integer name="google_play_services_version">null</integer>
<string name="firebase_database_url" translatable="false">null</string>
<string name="project_id" translatable="false">null</string>
<string name="google_app_id" translatable="false">null</string>
<string name="google_api_key" translatable="false">null</string>
<string name="google_storage_bucket" translatable="false">null</string>
</resources>

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name" translatable="false">xManager</string>
</resources>

View File

@ -0,0 +1,15 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorControlHighlight">@color/colorControlHighlight</item>
<item name="colorControlNormal">@color/colorControlNormal</item>
</style>
<style name="AppTheme.FullScreen" parent="AppTheme">
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
</resources>