2015-07-03 15:29:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2015-08-02 16:10:56 +00:00
|
|
|
<!-- Activity themes -->
|
|
|
|
<eat-comment/>
|
|
|
|
|
2015-08-02 14:11:08 +00:00
|
|
|
<style name="Theme.Syncthing.Base" parent="@style/Theme.AppCompat.Light.DarkActionBar">
|
2015-07-03 15:29:11 +00:00
|
|
|
<item name="colorPrimary">@color/primary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/primary_dark</item>
|
|
|
|
<item name="colorAccent">@color/accent</item>
|
2015-08-02 16:10:56 +00:00
|
|
|
<item name="actionBarTheme">@style/ThemeOverlay.Syncthing.ActionBar</item>
|
2015-08-21 22:19:09 +00:00
|
|
|
|
2015-08-02 23:27:29 +00:00
|
|
|
<item name="textAppearanceListItemPrimary">@style/TextAppearance.Syncthing.ListItemPrimary</item>
|
|
|
|
<item name="textAppearanceListItemSecondary">@style/TextAppearance.Syncthing.ListItemSecondary</item>
|
|
|
|
<item name="textAppearanceListItemSmall">@style/TextAppearance.Syncthing.ListItemSmall</item>
|
|
|
|
|
|
|
|
<item name="android:listViewStyle">@style/Widget.Syncthing.ListView</item>
|
2015-08-21 22:19:09 +00:00
|
|
|
<item name="android:listDivider">@drawable/list_divider_inset</item>
|
2015-07-03 15:29:11 +00:00
|
|
|
</style>
|
|
|
|
|
2015-08-02 14:11:08 +00:00
|
|
|
<style name="Theme.Syncthing" parent="Theme.Syncthing.Base"/>
|
2015-07-03 15:29:11 +00:00
|
|
|
|
2015-08-02 14:11:08 +00:00
|
|
|
<style name="Theme.Syncthing.Translucent">
|
2015-07-07 00:10:12 +00:00
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
<item name="android:windowAnimationStyle">@android:style/Animation</item>
|
|
|
|
</style>
|
|
|
|
|
2015-08-02 16:10:56 +00:00
|
|
|
<!-- Dialog themes -->
|
|
|
|
<eat-comment/>
|
|
|
|
|
2015-08-02 14:11:08 +00:00
|
|
|
<style name="Theme.Syncthing.Dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
|
|
|
|
<item name="colorPrimary">@color/primary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/primary_dark</item>
|
2015-09-01 15:46:49 +00:00
|
|
|
<item name="colorControlActivated">@color/accent</item>
|
2015-08-02 14:11:08 +00:00
|
|
|
</style>
|
|
|
|
|
2015-08-02 16:10:56 +00:00
|
|
|
<!-- ActionBar themes -->
|
|
|
|
<eat-comment/>
|
|
|
|
|
|
|
|
<style name="ThemeOverlay.Syncthing.ActionBar" parent="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
|
|
|
|
<item name="colorAccent">@android:color/white</item>
|
|
|
|
</style>
|
2015-07-03 15:29:11 +00:00
|
|
|
</resources>
|