2017-11-29 03:14:47 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2018-05-03 20:11:37 +02:00
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
2018-05-04 21:47:24 +02:00
|
|
|
<item name="android:navigationBarColor">@color/wireguard_brand_blue</item>
|
|
|
|
<item name="android:statusBarColor">@color/wireguard_brand_blue</item>
|
2018-05-05 14:04:21 +02:00
|
|
|
<item name="actionModeBackground">@color/wireguard_brand_blue</item>
|
2018-05-03 20:11:37 +02:00
|
|
|
<item name="colorAccent">@color/wireguard_brand_red</item>
|
2018-05-04 21:47:24 +02:00
|
|
|
<item name="colorPrimary">@color/color_primary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/wireguard_brand_blue</item>
|
2018-05-03 20:11:37 +02:00
|
|
|
</style>
|
2018-04-30 18:39:12 +02:00
|
|
|
|
2018-04-28 22:41:09 +02:00
|
|
|
<style name="SettingsTheme" parent="AppTheme">
|
2018-04-30 15:35:21 +02:00
|
|
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
2018-04-28 22:41:09 +02:00
|
|
|
</style>
|
2018-04-30 18:39:12 +02:00
|
|
|
|
2017-11-29 03:14:47 +01:00
|
|
|
<style name="fab_label" parent="android:TextAppearance.DeviceDefault.Inverse">
|
|
|
|
<item name="android:background">@drawable/fab_label_background</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|