mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-05 00:24:47 +00:00
15 lines
534 B
XML
15 lines
534 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="BaseTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
|
||
|
<item name="colorPrimary">@color/primary</item>
|
||
|
<item name="colorPrimaryDark">@color/primary_dark</item>
|
||
|
<item name="colorAccent">@color/accent</item>
|
||
|
<item name="android:textColorPrimary">@color/primary_text</item>
|
||
|
<item name="android:textColorSecondary">@color/secondary_text</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="AppTheme" parent="BaseTheme"/>
|
||
|
|
||
|
</resources>
|