2015-09-28 09:06:33 +03:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
2013-11-03 16:12:22 +01:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2016-11-24 09:58:43 +11:00
|
|
|
<style name="AppBaseThemeDark" parent="Theme.AppCompat.NoActionBar">
|
2013-11-03 16:12:22 +01:00
|
|
|
<!-- backward-compatibility theme options go here -->
|
|
|
|
|
2015-10-29 18:26:39 +03:00
|
|
|
<item name="colorPrimary">@color/fdroid_blue_dark</item>
|
|
|
|
<item name="colorPrimaryDark">@color/fdroid_blue_darkest</item>
|
2015-07-04 21:31:05 +03:00
|
|
|
<item name="colorAccent">@color/fdroid_green</item>
|
2015-07-23 09:46:33 +03:00
|
|
|
<item name="android:textColorLink">@color/fdroid_green</item>
|
2015-07-23 09:19:20 +03:00
|
|
|
<item name="alertDialogTheme">@style/AlertDialogThemeDark</item>
|
2015-10-16 14:30:05 +03:00
|
|
|
<item name="android:textViewStyle">@style/TextViewStyle</item>
|
2018-04-28 22:59:03 +02:00
|
|
|
<item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
|
2017-08-30 21:37:12 +02:00
|
|
|
<item name="appDetailsBackground">?android:windowBackground</item>
|
|
|
|
<item name="appDetailsCardBackground">#424242</item>
|
2017-04-26 09:27:02 +10:00
|
|
|
<item name="categoryPreviewAppCardBackground">@drawable/category_preview_app_card_background_dark</item>
|
2017-08-30 21:37:12 +02:00
|
|
|
<item name="mainTabSwapBackground">?android:windowBackground</item>
|
|
|
|
<item name="mainTabSwapSplashTint">#2c2c2c</item>
|
2017-04-08 15:38:52 +05:30
|
|
|
<item name="categoryName">#ffffff</item>
|
|
|
|
<item name="installedApps">#ffffff</item>
|
2017-04-26 09:27:02 +10:00
|
|
|
<item name="detailPanel">@drawable/details_panel_donate_background_dark</item>
|
2017-04-21 00:56:09 +05:30
|
|
|
<item name="appListItem">#ffffff</item>
|
2017-06-03 09:58:53 +02:00
|
|
|
<item name="lightGrayTextColor">#a6a6a6</item>
|
2017-08-28 10:40:26 +05:30
|
|
|
<item name="antiFeaturesWarning">@drawable/ic_warning_white_24dp</item>
|
2018-04-29 09:23:57 +02:00
|
|
|
<item name="backButtonDrawable">@drawable/ic_back_white_24dp</item>
|
|
|
|
<item name="clearButtonDrawable">@drawable/ic_close_white_24dp</item>
|
2018-04-19 17:55:59 +02:00
|
|
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
2014-05-27 06:30:09 +09:30
|
|
|
</style>
|
|
|
|
|
2016-11-24 09:58:43 +11:00
|
|
|
<style name="AppBaseThemeLight" parent="Theme.AppCompat.Light.NoActionBar">
|
2013-11-03 16:12:22 +01:00
|
|
|
<!-- backward-compatibility theme options go here -->
|
2015-04-21 21:55:07 +02:00
|
|
|
|
2015-04-22 00:03:13 +10:00
|
|
|
<item name="colorPrimary">@color/fdroid_blue</item>
|
|
|
|
<item name="colorPrimaryDark">@color/fdroid_blue_dark</item>
|
2015-07-04 21:31:05 +03:00
|
|
|
<item name="colorAccent">@color/fdroid_green</item>
|
2015-07-23 09:46:33 +03:00
|
|
|
<item name="android:textColorLink">@color/fdroid_green</item>
|
2015-07-23 09:19:20 +03:00
|
|
|
<item name="alertDialogTheme">@style/AlertDialogThemeLight</item>
|
2015-10-16 14:30:05 +03:00
|
|
|
<item name="android:textViewStyle">@style/TextViewStyle</item>
|
2018-04-28 22:59:03 +02:00
|
|
|
<item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
|
2017-04-08 15:38:52 +05:30
|
|
|
<item name="appDetailsBackground">#fcfcfc</item>
|
|
|
|
<item name="appDetailsCardBackground">#ffffff</item>
|
2017-04-26 09:27:02 +10:00
|
|
|
<item name="categoryPreviewAppCardBackground">@drawable/category_preview_app_card_background_light</item>
|
2017-04-08 15:38:52 +05:30
|
|
|
<item name="mainTabSwapBackground">#fafafa</item>
|
|
|
|
<item name="mainTabSwapSplashTint">#f5f5f5</item>
|
|
|
|
<item name="categoryName">#4a4a4a</item>
|
|
|
|
<item name="installedApps">#424242</item>
|
2017-04-26 09:27:02 +10:00
|
|
|
<item name="detailPanel">@drawable/details_panel_donate_background_light</item>
|
2017-04-21 00:56:09 +05:30
|
|
|
<item name="appListItem">#424242</item>
|
2017-06-03 09:58:53 +02:00
|
|
|
<item name="lightGrayTextColor">#4a4a4a</item>
|
2017-08-28 10:40:26 +05:30
|
|
|
<item name="antiFeaturesWarning">@drawable/ic_warning_black_24dp</item>
|
2018-04-29 09:23:57 +02:00
|
|
|
<item name="backButtonDrawable">@drawable/ic_back_black_24dp</item>
|
|
|
|
<item name="clearButtonDrawable">@drawable/ic_close_black_24dp</item>
|
2018-04-19 17:55:59 +02:00
|
|
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
2013-11-03 16:12:22 +01:00
|
|
|
</style>
|
|
|
|
|
2017-08-30 21:37:12 +02:00
|
|
|
<style name="AppBaseThemeNight" parent="AppThemeDark">
|
|
|
|
<!-- backward-compatibility theme options go here -->
|
|
|
|
|
|
|
|
<item name="colorPrimary">@color/fdroid_night</item>
|
|
|
|
<item name="colorPrimaryDark">@color/fdroid_night_dark</item>
|
|
|
|
<item name="alertDialogTheme">@style/AlertDialogThemeNight</item>
|
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
|
|
<item name="detailPanel">@drawable/details_panel_donate_background_night</item>
|
|
|
|
<item name="mainTabSwapSplashTint">#111111</item>
|
|
|
|
</style>
|
|
|
|
|
2017-08-30 11:54:37 +02:00
|
|
|
<!-- dark app theme with accent colors following roughly android design guidelines -->
|
2013-11-03 16:12:22 +01:00
|
|
|
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
|
|
|
<!-- customizations that are not API-level specific go here. -->
|
|
|
|
</style>
|
|
|
|
|
2017-08-30 11:54:37 +02:00
|
|
|
<!-- light app theme with accent colors following roughly android design guidelines -->
|
2013-11-03 16:12:22 +01:00
|
|
|
<style name="AppThemeLight" parent="AppBaseThemeLight">
|
|
|
|
<!-- customizations that are not API-level specific go here. -->
|
|
|
|
</style>
|
|
|
|
|
2017-08-30 11:54:37 +02:00
|
|
|
<!-- mostly deep black theme specialized for OLED screens -->
|
2017-08-30 21:37:12 +02:00
|
|
|
<style name="AppThemeNight" parent="AppBaseThemeNight">
|
2015-10-03 17:42:05 -07:00
|
|
|
<!-- customizations that are not API-level specific go here. -->
|
|
|
|
</style>
|
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AlertDialogBaseThemeDark" parent="Theme.AppCompat.Dialog.Alert"/>
|
2015-07-23 09:19:20 +03:00
|
|
|
<style name="AlertDialogThemeDark" parent="AlertDialogBaseThemeDark">
|
|
|
|
<item name="colorAccent">@color/fdroid_green</item>
|
2018-01-29 17:02:25 -02:00
|
|
|
<item name="android:windowBackground">@color/cardview_dark_background</item>
|
2015-07-23 09:19:20 +03:00
|
|
|
</style>
|
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AlertDialogBaseThemeLight" parent="Theme.AppCompat.Light.Dialog.Alert"/>
|
2015-07-23 09:19:20 +03:00
|
|
|
<style name="AlertDialogThemeLight" parent="AlertDialogBaseThemeLight">
|
|
|
|
<item name="colorAccent">@color/fdroid_green</item>
|
|
|
|
</style>
|
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AlertDialogBaseThemeNight" parent="AlertDialogThemeDark"/>
|
2017-08-30 21:37:12 +02:00
|
|
|
<style name="AlertDialogThemeNight" parent="AlertDialogBaseThemeNight">
|
|
|
|
<item name="android:windowBackground">@color/fdroid_night</item>
|
|
|
|
</style>
|
|
|
|
|
2016-05-29 23:34:00 +03:00
|
|
|
<style name="MinWithDialogBaseThemeDark" parent="Theme.AppCompat.Dialog.MinWidth">
|
|
|
|
<item name="colorAccent">@color/fdroid_green</item>
|
|
|
|
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="MinWithDialogBaseThemeLight" parent="Theme.AppCompat.Light.Dialog.MinWidth">
|
|
|
|
<item name="colorAccent">@color/fdroid_green</item>
|
|
|
|
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
2015-10-16 14:30:05 +03:00
|
|
|
<style name="TextViewStyle" parent="android:Widget.TextView">
|
|
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
|
|
</style>
|
|
|
|
|
2015-12-01 15:15:45 +03:00
|
|
|
<!-- use this style for a text view that is a caption to a paragraph of text -->
|
|
|
|
<style name="CaptionTextBase">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
2015-09-28 09:06:33 +03:00
|
|
|
<item name="android:paddingTop">16dp</item>
|
|
|
|
<item name="android:paddingBottom">4dp</item>
|
2015-12-01 15:15:45 +03:00
|
|
|
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Caption</item>
|
2015-09-28 09:06:33 +03:00
|
|
|
<item name="android:textColor">?android:attr/textColorSecondary</item>
|
|
|
|
</style>
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="CaptionText" parent="CaptionTextBase"/>
|
2015-09-28 09:06:33 +03:00
|
|
|
|
2015-12-01 15:15:45 +03:00
|
|
|
<!-- use this style for a text views that is a paragraph of text -->
|
|
|
|
<style name="BodyTextBase">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Body1</item>
|
|
|
|
</style>
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="BodyText" parent="BodyTextBase"/>
|
2015-09-28 09:06:33 +03:00
|
|
|
|
2017-04-05 12:05:29 +10:00
|
|
|
<style name="AppListEmptyText">
|
|
|
|
<item name="android:id">@android:id/empty</item>
|
|
|
|
<item name="android:gravity">center</item>
|
2017-05-24 20:06:14 +02:00
|
|
|
<item name="android:padding">48dp</item>
|
2017-04-05 12:05:29 +10:00
|
|
|
<item name="android:textSize">20sp</item>
|
2017-06-03 09:58:53 +02:00
|
|
|
<item name="android:textColor">?attr/lightGrayTextColor</item>
|
2017-04-05 12:05:29 +10:00
|
|
|
</style>
|
|
|
|
|
2017-06-28 17:28:32 +10:00
|
|
|
<!-- Used for supplementary information to show below an app name in app lists, such as
|
|
|
|
whether it is incompatible, what version is installed, etc -->
|
|
|
|
<style name="AppListItemStatusTextBase">
|
|
|
|
<item name="android:textStyle">italic</item>
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
<item name="android:textColor">?attr/lightGrayTextColor</item>
|
|
|
|
<item name="android:maxLines">1</item>
|
|
|
|
<item name="android:ellipsize">end</item>
|
|
|
|
</style>
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AppListItemStatusText" parent="AppListItemStatusTextBase"/>
|
2017-06-28 17:28:32 +10:00
|
|
|
|
2015-10-05 14:32:10 +02:00
|
|
|
<style name="AppDetailsLinkBase">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">@dimen/material_listitem_height</item>
|
|
|
|
<item name="android:drawablePadding">12dp</item>
|
|
|
|
<item name="android:gravity">center_vertical</item>
|
|
|
|
</style>
|
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AppDetailsLink" parent="AppDetailsLinkBase"/>
|
2015-10-05 14:32:10 +02:00
|
|
|
|
|
|
|
<style name="AppDetailsSubheaderTextBase">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">@dimen/material_listitem_height</item>
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
<item name="android:textColor">?android:textColorPrimary</item>
|
|
|
|
<item name="android:singleLine">true</item>
|
|
|
|
<item name="android:gravity">center_vertical</item>
|
|
|
|
<item name="android:drawablePadding">12dp</item>
|
|
|
|
</style>
|
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AppDetailsSubheaderText" parent="AppDetailsSubheaderTextBase"/>
|
2016-05-01 23:10:41 +02:00
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AppThemeTransparent" parent="@android:style/Theme.NoDisplay"/>
|
2016-11-10 12:44:18 +01:00
|
|
|
|
|
|
|
<style name="AppThemeLight.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
2016-11-16 20:45:10 +01:00
|
|
|
<item name="colorControlNormal">@android:color/white</item>
|
2016-11-10 12:44:18 +01:00
|
|
|
</style>
|
|
|
|
|
2017-08-05 01:05:57 +02:00
|
|
|
<style name="ActionButtonOverflow" parent="Widget.AppCompat.ActionButton.Overflow">
|
|
|
|
<item name="android:src">@drawable/ic_more</item>
|
|
|
|
</style>
|
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AppThemeLight.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
2016-11-10 12:44:18 +01:00
|
|
|
|
2018-05-29 17:07:38 +02:00
|
|
|
<style name="AppThemeLight.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
|
2018-06-08 20:05:24 +02:00
|
|
|
|
|
|
|
<style name="DiscreteSeekBar" parent="Base.Widget.AppCompat.SeekBar.Discrete">
|
2018-06-14 17:50:13 +02:00
|
|
|
<item name="tickMark">@null</item> <!-- Disable default tickMarks. We draw our own in SeekBarForegroundThumb -->
|
2018-06-08 20:05:24 +02:00
|
|
|
</style>
|
2015-09-28 09:06:33 +03:00
|
|
|
</resources>
|