mirror of
https://github.com/Team-xManager/xManager.git
synced 2025-01-22 21:41:21 +01:00
Add files via upload
This commit is contained in:
parent
a7b03bc97b
commit
00ce6401eb
7
app/src/main/res/values/colors.xml
Normal file
7
app/src/main/res/values/colors.xml
Normal 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>
|
3
app/src/main/res/values/strings.xml
Normal file
3
app/src/main/res/values/strings.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<resources>
|
||||||
|
<string name="app_name" translatable="false">xManager</string>
|
||||||
|
</resources>
|
15
app/src/main/res/values/styles.xml
Normal file
15
app/src/main/res/values/styles.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user