2017-04-20 13:33:33 +00:00
|
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Application theme. -->
|
2022-12-19 15:40:18 +00:00
|
|
|
|
<style name="AppTheme" parent="Theme.Material3.DayNight">
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:listSeparatorTextViewStyle">@style/MyOwnListSeperatorTextViewStyle</item>
|
|
|
|
|
|
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="android:elevation">0dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="elevation">0dp</item>
|
|
|
|
|
|
|
|
|
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
2020-09-29 10:48:20 +00:00
|
|
|
|
<item name="actionMenuTextColor">@color/text_primary</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
|
|
|
|
|
|
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
|
|
|
|
|
|
|
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ...and here we setting appcompat’s color theming attrs -->
|
2019-05-21 10:28:16 +00:00
|
|
|
|
<item name="colorPrimary">@color/brand</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/brand_50</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorAccent">@color/color_accent</item>
|
2019-05-17 17:30:05 +00:00
|
|
|
|
<item name="android:colorPrimary">@color/brand</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/brand_50</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/brand_400</item>
|
2019-05-17 11:57:29 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/brand_200</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/brand_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/brand_400</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="taskFormTint">@color/brand_300</item>
|
2022-10-31 14:12:55 +00:00
|
|
|
|
<item name="colorSecondaryVariant">@color/brand</item>
|
2019-05-17 11:57:29 +00:00
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="textColorPrimary">@color/text_primary</item>
|
|
|
|
|
|
<item name="textColorSecondary">@color/text_secondary</item>
|
2020-09-17 11:23:27 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/brand_600</item>
|
2019-05-17 11:57:29 +00:00
|
|
|
|
<item name="textColorSecondaryDark">@color/brand_500</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColorPrimary">@color/text_primary</item>
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="android:textColorSecondary">@color/text_ternary</item>te
|
|
|
|
|
|
<item name="barColor">@color/brand_300</item>
|
2019-05-17 11:57:29 +00:00
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorContentBackground">@color/content_background</item>
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="colorContentBackgroundOffset">@color/content_background_offset</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorWindowBackground">@color/window_background</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/brand_800</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/brand_700</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
|
|
|
|
|
|
<item name="popupMenuStyle">@style/PopupTheme</item>
|
|
|
|
|
|
<item name="actionOverflowMenuStyle">@style/PopupTheme</item>
|
|
|
|
|
|
<item name="android:popupMenuStyle">@style/PopupTheme</item>
|
2019-04-24 08:17:24 +00:00
|
|
|
|
<item name="android:textColorLink">@color/brand_400</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="alertDialogTheme">@style/AlertDialogTheme</item>
|
2019-06-13 14:41:40 +00:00
|
|
|
|
<item name="android:windowTranslucentStatus">false</item>
|
2019-04-18 09:54:32 +00:00
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:statusBarColor">@color/system_bars</item>
|
|
|
|
|
|
<item name="android:navigationBarColor">@color/system_bars</item>
|
2019-08-30 11:25:15 +00:00
|
|
|
|
|
|
|
|
|
|
<item name="searchViewStyle">@style/SearchViewStyle</item>
|
2020-09-29 10:48:20 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/text_primary</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/brand_50</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/brand_50</item>
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="headerBackgroundColor">?attr/colorContentBackground</item>
|
|
|
|
|
|
<item name="headerOffsetColor">?attr/colorWindowBackground</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="headerTextColor">@color/text_primary</item>
|
2020-08-25 11:21:27 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="MainAppTheme" parent="AppTheme">
|
2019-05-17 11:57:29 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Dark">
|
|
|
|
|
|
<item name="colorPrimary">@color/gray_500</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/gray_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
|
2020-09-29 10:48:20 +00:00
|
|
|
|
<style name="MainAppTheme.TaskForm">
|
|
|
|
|
|
<item name="toolbarContentColor">@color/white</item>
|
|
|
|
|
|
<item name="headerTextColor">@color/white</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<style name="MainAppTheme.Red">
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimary">@color/red_10</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/red_5</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<item name="colorAccent">@color/red_100</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/red_5</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/red_1</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/red_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/red_10</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/red_10</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/red_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/red_100</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/red_500</item>
|
|
|
|
|
|
<item name="android:textColorLink">@color/red_100</item>
|
|
|
|
|
|
<item name="textColorPrimaryDark">@color/red_500</item>
|
|
|
|
|
|
<item name="barColor">@color/red_5</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/red_50</item>
|
|
|
|
|
|
<item name="toolbarContentColor">@color/red_1</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/red_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/red_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/red_600</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Red.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/red_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/red_1</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/red_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/red_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/red_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<style name="MainAppTheme.Maroon">
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimary">@color/red_10</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/maroon_5</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<item name="colorAccent">@color/maroon_100</item>
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<item name="android:colorPrimary">@color/red_1</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/maroon_1</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<item name="android:colorAccent">@color/maroon_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/maroon_10</item>
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/red_1</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/red_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/red_10</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/red_500</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<item name="android:textColorLink">@color/maroon_100</item>
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/red_500</item>
|
|
|
|
|
|
<item name="barColor">@color/red_1</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/maroon_50</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/maroon_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/maroon_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/maroon_600</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Maroon.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/white</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/maroon_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/maroon_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/maroon_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<style name="MainAppTheme.Orange">
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimary">@color/orange_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/orange_10</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="colorAccent">@color/orange_100</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/orange_10</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/orange_5</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/orange_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/orange_10</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/orange_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/orange_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/orange_100</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/orange_500</item>
|
|
|
|
|
|
<item name="android:textColorLink">@color/orange_100</item>
|
|
|
|
|
|
<item name="textColorPrimaryDark">@color/orange_500</item>
|
|
|
|
|
|
<item name="barColor">@color/orange_10</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/orange_50</item>
|
|
|
|
|
|
<item name="toolbarContentColor">@color/orange_1</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/orange_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/orange_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/orange_600</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Orange.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/orange_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/orange_1</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/orange_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/orange_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/orange_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<style name="MainAppTheme.Yellow">
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimary">@color/yellow_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/yellow_10</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="colorAccent">@color/yellow_100</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/yellow_10</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/yellow_5</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/yellow_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/yellow_5</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/yellow_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/yellow_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/yellow_100</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/yellow_500</item>
|
|
|
|
|
|
<item name="android:textColorLink">@color/yellow_100</item>
|
|
|
|
|
|
<item name="textColorPrimaryDark">@color/yellow_500</item>
|
|
|
|
|
|
<item name="barColor">@color/yellow_10</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/yellow_10</item>
|
|
|
|
|
|
<item name="toolbarContentColor">@color/yellow_1</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/yellow_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/yellow_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/yellow_600</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Yellow.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/yellow_5</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/yellow_1</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/yellow_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/yellow_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/yellow_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<style name="MainAppTheme.Green">
|
|
|
|
|
|
<item name="colorPrimary">@color/green_10</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/green_5</item>
|
|
|
|
|
|
<item name="colorAccent">@color/green_100</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/green_10</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/green_5</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/green_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/green_10</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/green_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/green_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/green_100</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/green_500</item>
|
|
|
|
|
|
<item name="android:textColorLink">@color/green_100</item>
|
|
|
|
|
|
<item name="textColorPrimaryDark">@color/green_500</item>
|
|
|
|
|
|
<item name="barColor">@color/green_10</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/green_50</item>
|
|
|
|
|
|
<item name="toolbarContentColor">@color/green_1</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/green_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/green_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/green_600</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Green.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/green_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/green_1</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/green_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/green_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/green_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<style name="MainAppTheme.Teal">
|
|
|
|
|
|
<item name="colorPrimary">@color/teal_10</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/teal_5</item>
|
|
|
|
|
|
<item name="colorAccent">@color/teal_100</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/teal_10</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/teal_5</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/teal_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/teal_10</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/teal_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/teal_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/teal_100</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/teal_500</item>
|
|
|
|
|
|
<item name="android:textColorLink">@color/teal_100</item>
|
|
|
|
|
|
<item name="textColorPrimaryDark">@color/teal_500</item>
|
|
|
|
|
|
<item name="barColor">@color/teal_10</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/teal_50</item>
|
|
|
|
|
|
<item name="toolbarContentColor">@color/teal_1</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/teal_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/teal_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/teal_600</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Teal.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/teal_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/teal_1</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/teal_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/teal_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/teal_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<style name="MainAppTheme.Blue">
|
|
|
|
|
|
<item name="colorPrimary">@color/blue_10</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/blue_5</item>
|
|
|
|
|
|
<item name="colorAccent">@color/blue_100</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/blue_10</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/blue_5</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/blue_100</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/blue_10</item>
|
2019-08-07 10:07:14 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/blue_50</item>
|
|
|
|
|
|
<item name="colorPrimaryDistinct">@color/blue_500</item>
|
|
|
|
|
|
<item name="colorBadgeBackground">@color/blue_100</item>
|
|
|
|
|
|
<item name="textColorSecondaryDark">@color/blue_500</item>
|
|
|
|
|
|
<item name="android:textColorLink">@color/blue_100</item>
|
|
|
|
|
|
<item name="textColorPrimaryDark">@color/blue_500</item>
|
|
|
|
|
|
<item name="barColor">@color/blue_10</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="taskFormTint">@color/blue_50</item>
|
|
|
|
|
|
<item name="toolbarContentColor">@color/blue_1</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimaryText">@color/blue_1</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/blue_700</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/blue_600</item>
|
2019-08-07 07:14:11 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="MainAppTheme.Blue.Dark">
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="barColor">@color/gray_1</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorPrimaryOffset">@color/gray_10</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="textColorPrimaryDark">@color/gray_200</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="colorBoxStroke">@color/blue_10</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="toolbarContentColor">@color/blue_1</item>
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="colorTintedBackground">@color/blue_00</item>
|
|
|
|
|
|
<item name="colorTintedBackgroundOffset">@color/blue_0</item>
|
|
|
|
|
|
<item name="colorPrimaryText">@color/blue_600</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2021-11-29 16:03:17 +00:00
|
|
|
|
<style name="MyWidgetTheme">
|
2022-05-23 14:17:19 +00:00
|
|
|
|
<item name="widgetBackgroundRadius">12dp</item>
|
2021-11-29 16:03:17 +00:00
|
|
|
|
<item name="android:textColorPrimary">@color/text_primary</item>
|
|
|
|
|
|
<item name="android:textColorSecondary">@color/text_secondary</item>
|
|
|
|
|
|
<item name="android:colorBackground">@color/widget_background</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 07:14:11 +00:00
|
|
|
|
<style name="LaunchAppTheme" parent="AppTheme">
|
|
|
|
|
|
<item name="android:windowBackground">@drawable/activity_launch_background</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-07 07:14:11 +00:00
|
|
|
|
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<style name="PopupTheme" parent="Widget.AppCompat.PopupMenu.Overflow">
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="android:popupBackground">?attr/colorContentBackground</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="CardText">
|
|
|
|
|
|
<item name="android:textSize">@dimen/card_small_text</item>
|
|
|
|
|
|
<item name="android:textColor">@color/card_text</item>
|
|
|
|
|
|
<item name="android:ellipsize">end</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="CardTitle" parent="@style/CardText">
|
|
|
|
|
|
<item name="android:textSize">@dimen/card_medium_text</item>
|
|
|
|
|
|
<item name="android:textColor">@color/card_title_text</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="CardContent">
|
|
|
|
|
|
<item name="android:padding">@dimen/card_padding</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="CardContent.Compact" parent="CardContent">
|
|
|
|
|
|
<item name="android:padding">@dimen/card_padding_compact</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="RowWrapper">
|
|
|
|
|
|
<item name="android:padding">@dimen/row_padding</item>
|
2022-05-24 09:30:13 +00:00
|
|
|
|
<item name="android:background">?selectableItemBackground</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="RowText">
|
|
|
|
|
|
<item name="android:textSize">@dimen/row_text_size</item>
|
|
|
|
|
|
<item name="android:textColor">@color/card_text</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="RowTitle">
|
|
|
|
|
|
<item name="android:textSize">@dimen/row_title_size</item>
|
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
|
|
<item name="android:textColor">@color/card_title_text</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/row_title_bottommargin</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="RowText.unimportant" parent="RowText">
|
|
|
|
|
|
<item name="android:textColor">@android:color/darker_gray</item>
|
|
|
|
|
|
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="MyOwnListSeperatorTextViewStyle">
|
|
|
|
|
|
<item name="android:background">@drawable/border_lightgray</item>
|
|
|
|
|
|
<item name="android:drawablePadding">4dp</item>
|
|
|
|
|
|
<item name="android:layout_marginTop">8dp</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">4dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="ChatMessageUserTextViewStyle">
|
|
|
|
|
|
<item name="android:shadowColor">#000000</item>
|
|
|
|
|
|
<item name="android:shadowDx">1</item>
|
|
|
|
|
|
<item name="android:shadowDy">1</item>
|
|
|
|
|
|
<item name="android:shadowRadius">1</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- used activity_main.xml -->
|
2020-09-22 14:10:15 +00:00
|
|
|
|
<style name="Toolbar" parent="ThemeOverlay.AppCompat.DayNight.ActionBar">
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="android:textColorPrimary">?attr/toolbarContentColor</item>
|
|
|
|
|
|
<item name="textColorSecondary">?attr/toolbarContentColor</item>
|
2020-08-26 10:58:04 +00:00
|
|
|
|
<item name="background">?attr/headerBackgroundColor</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="actionMenuTextColor">?attr/toolbarContentColor</item>
|
|
|
|
|
|
<item name="android:actionMenuTextColor">?attr/toolbarContentColor</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-08-25 11:21:27 +00:00
|
|
|
|
|
2020-09-22 14:10:15 +00:00
|
|
|
|
<style name="Toolbar.Modern" parent="ThemeOverlay.AppCompat.DayNight.ActionBar">
|
2020-08-25 11:21:27 +00:00
|
|
|
|
<item name="android:textColorPrimary">?attr/headerTextColor</item>
|
|
|
|
|
|
<item name="textColorSecondary">?attr/headerTextColor</item>
|
2022-12-20 12:36:34 +00:00
|
|
|
|
<item name="textColorPrimary">?attr/toolbarContentColor</item>
|
2022-08-17 09:19:32 +00:00
|
|
|
|
<item name="android:background">?attr/headerBackgroundColor</item>
|
2020-08-25 11:21:27 +00:00
|
|
|
|
<item name="actionMenuTextColor">?attr/toolbarContentColor</item>
|
|
|
|
|
|
<item name="android:actionMenuTextColor">?attr/toolbarContentColor</item>
|
2020-09-22 14:10:15 +00:00
|
|
|
|
<item name="android:itemTextAppearance">@style/menu_item_color</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="menu_item_color">
|
|
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
2020-08-25 11:21:27 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<style name="HabitButton" parent="android:Widget.Button">
|
|
|
|
|
|
<item name="android:radius">0dp</item>
|
|
|
|
|
|
<item name="android:layout_margin">0dp</item>
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:textSize">20sp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="DialogButton" parent="android:Widget.Button">
|
|
|
|
|
|
<item name="android:background">@android:color/transparent</item>
|
|
|
|
|
|
<item name="android:textColor">@color/brand_100</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-08-01 09:30:44 +00:00
|
|
|
|
<style name="DialogTheme" parent="Theme.AppCompat.DayNight.Dialog">
|
|
|
|
|
|
<item name="android:windowLightStatusBar">true</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="AlertDialogTheme" parent="Theme.AppCompat.DayNight.Dialog.Alert">
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="colorPrimary">@color/text_brand_neon</item>
|
|
|
|
|
|
<item name="colorAccent">@color/color_accent</item>
|
|
|
|
|
|
<item name="buttonBarNegativeButtonStyle">@style/NegativeButtonStyle</item>
|
|
|
|
|
|
<item name="buttonBarNeutralButtonStyle">@style/PositiveButtonStyle</item>
|
|
|
|
|
|
<item name="buttonBarPositiveButtonStyle">@style/PositiveButtonStyle</item>
|
2020-09-17 11:23:27 +00:00
|
|
|
|
<item name="backgroundTint">@color/dialog_background</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-04-26 08:15:33 +00:00
|
|
|
|
<style name="HabiticaAccountDialogTheme" parent="AppTheme">
|
|
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
|
|
<item name="android:windowFullscreen">false</item>
|
|
|
|
|
|
<item name="android:windowIsFloating">false</item>
|
|
|
|
|
|
<item name="android:statusBarColor">@color/gray_2_alpha</item>
|
|
|
|
|
|
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
2022-07-17 12:43:43 +00:00
|
|
|
|
<item name="android:navigationBarColor">@color/account_dialog_bars</item>
|
2022-07-26 11:15:54 +00:00
|
|
|
|
<item name="android:windowSoftInputMode">adjustResize</item>
|
2022-04-26 08:15:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-15 07:28:34 +00:00
|
|
|
|
|
|
|
|
|
|
<style name="NegativeButtonStyle" parent="Widget.MaterialComponents.Button.TextButton.Dialog">
|
|
|
|
|
|
<item name="android:textColor">@color/text_red</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="PositiveButtonStyle" parent="Widget.MaterialComponents.Button.TextButton.Dialog">
|
|
|
|
|
|
<item name="android:textColor">@color/dialog_button_text_color</item>
|
2019-05-21 10:28:16 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="HabiticaAlertDialogTheme" parent="Theme.AppCompat.DayNight.Dialog.Alert">
|
2020-01-15 18:24:06 +00:00
|
|
|
|
<item name="colorAccent">@color/brand_400</item>
|
2019-05-17 17:30:05 +00:00
|
|
|
|
<item name="android:windowFrame">@null</item>
|
|
|
|
|
|
<item name="android:windowIsFloating">true</item>
|
|
|
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
|
|
|
|
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
|
|
|
|
|
<item name="android:windowBackground">@color/transparent</item>
|
|
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="SectionTitle">
|
|
|
|
|
|
<item name="android:textSize">@dimen/card_medium_text</item>
|
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">@dimen/section_leftright_padding</item>
|
|
|
|
|
|
<item name="android:paddingEnd">@dimen/section_leftright_padding</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:paddingTop">@dimen/section_top_padding</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-03-18 14:18:59 +00:00
|
|
|
|
<style name="SectionHeaderCaps">
|
2020-04-10 11:16:17 +00:00
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
2020-03-18 14:18:59 +00:00
|
|
|
|
<item name="android:textSize">10sp</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColor">@color/text_ternary</item>
|
2020-03-18 14:18:59 +00:00
|
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
|
|
<item name="android:layout_marginStart">@dimen/spacing_large</item>
|
2020-04-16 11:49:58 +00:00
|
|
|
|
<item name="android:letterSpacing">0.15</item>
|
2020-03-18 14:18:59 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<style name="BottomMenuItemText">
|
2022-05-20 08:51:32 +00:00
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
<item name="android:letterSpacing">0.02</item>
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="GemPurchaseListItem">
|
2022-01-20 14:00:57 +00:00
|
|
|
|
<item name="dayTextColor">@color/brand_200</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="nightTextColor">@color/gray_400</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:gravity">center_horizontal</item>
|
|
|
|
|
|
<item name="android:textSize">12sp</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:drawableStart">@drawable/ic_check_purple</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:layout_gravity">center</item>
|
2019-05-17 11:57:29 +00:00
|
|
|
|
<item name="android:drawablePadding">4dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="SubscriptionListTitle" parent="GemPurchaseListItem">
|
|
|
|
|
|
<item name="android:layout_gravity">left|center_vertical</item>
|
2022-12-19 13:40:02 +00:00
|
|
|
|
<item name="android:fontFamily" >@string/font_family_medium</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textSize">14sp</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="paddingEnd">32dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="FragmentDialogTitle">
|
|
|
|
|
|
<item name="android:textSize">@dimen/card_medium_text</item>
|
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">@dimen/section_leftright_padding</item>
|
|
|
|
|
|
<item name="android:paddingEnd">@dimen/section_leftright_padding</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:paddingTop">@dimen/section_top_padding</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/section_top_padding</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="GemPurchaseListItemDescription">
|
|
|
|
|
|
<item name="android:layout_gravity">center_horizontal</item>
|
|
|
|
|
|
<item name="android:textSize">13sp</item>
|
|
|
|
|
|
<item name="android:layout_marginLeft">8dp</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:layout_marginEnd">8dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textColor">@color/subscription_description_text</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="Pill">
|
2019-11-25 12:03:27 +00:00
|
|
|
|
<item name="android:textSize">11sp</item>
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
2018-07-27 10:08:00 +00:00
|
|
|
|
<item name="android:background">@drawable/pill_bg_gray</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingEnd">@dimen/pill_horizontal_padding</item>
|
|
|
|
|
|
<item name="android:paddingStart">@dimen/pill_horizontal_padding</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:paddingTop">@dimen/pill_vertical_padding</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/pill_vertical_padding</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColor">@color/text_ternary</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-07-27 11:04:16 +00:00
|
|
|
|
<style name="Pill.Window" parent="Pill">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:background">@drawable/pill_bg_window</item>
|
2020-08-04 14:48:03 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-07-27 11:04:16 +00:00
|
|
|
|
<style name="Pill.Content" parent="Pill">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:background">@drawable/pill_bg_content</item>
|
2018-07-23 16:03:58 +00:00
|
|
|
|
</style>
|
2018-07-24 11:45:23 +00:00
|
|
|
|
<style name="Pill.Purple">
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_purple_300</item>
|
|
|
|
|
|
</style>
|
2018-07-23 16:03:58 +00:00
|
|
|
|
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<style name="Pill.Selected">
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_purple</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="Pill.Selected.Green">
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_green</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<style name="Pill.Selected.Yellow">
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_yellow</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<style name="Pill.Selected.Red">
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_red</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="subscriptionBox">
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<item name="android:background">@drawable/subscription_box_bg</item>
|
2022-12-14 12:49:31 +00:00
|
|
|
|
<item name="android:paddingTop">12dp</item>
|
|
|
|
|
|
<item name="android:paddingBottom">12dp</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">18dp</item>
|
|
|
|
|
|
<item name="android:paddingEnd">18dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:layout_marginBottom">8dp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="subscriptionBoxText">
|
2019-08-07 08:29:58 +00:00
|
|
|
|
<item name="android:textColor">?colorPrimary</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="subscriptionBoxText.Title">
|
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
2022-12-19 13:40:02 +00:00
|
|
|
|
<item name="android:fontFamily" >
|
2019-11-19 17:07:45 +00:00
|
|
|
|
@string/font_family_medium
|
|
|
|
|
|
</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<item name="android:layout_marginBottom">4dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="subscriptionBoxText.Subtitle">
|
2019-11-19 17:07:45 +00:00
|
|
|
|
<item name="android:textSize">14sp</item>
|
2022-12-19 13:40:02 +00:00
|
|
|
|
<item name="android:fontFamily" >
|
2018-12-03 18:26:47 +00:00
|
|
|
|
@string/font_family_regular
|
|
|
|
|
|
</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="SubscriptionListDescription" parent="GemPurchaseListItemDescription">
|
|
|
|
|
|
<item name="android:layout_marginBottom">24dp</item>
|
2022-12-19 13:40:02 +00:00
|
|
|
|
<item name="android:fontFamily" >
|
2017-04-20 13:33:33 +00:00
|
|
|
|
@string/font_family_condensed
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
2021-01-28 15:36:13 +00:00
|
|
|
|
<item name="android:letterSpacing">0.035</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:lineSpacingExtra">2.0dp</item>
|
|
|
|
|
|
<item name="android:layout_marginLeft">16dp</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:layout_marginEnd">16dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-09-06 11:38:06 +00:00
|
|
|
|
<style name="subscriptionBoxCompactText">
|
|
|
|
|
|
<item name="android:fontFamily">sans-serif-black</item>
|
2022-09-13 03:19:49 +00:00
|
|
|
|
<item name="android:textSize">14sp</item>
|
2022-09-06 11:38:06 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="subscriptionBoxCompactTitle">
|
|
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
|
|
|
|
|
<item name="android:fontFamily">sans-serif-black</item>
|
|
|
|
|
|
<item name="android:textSize">24sp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="subscriptionBoxCompactNumber">
|
|
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
|
|
|
|
|
<item name="android:fontFamily">sans-serif-black</item>
|
|
|
|
|
|
<item name="android:textSize">20sp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-25 08:06:56 +00:00
|
|
|
|
<style name="HabiticaButton.Purple" parent="HabiticaButton">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/color_accent</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="HabiticaButton.Content" parent="HabiticaButton">
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="android:backgroundTint">?attr/colorContentBackground</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
2019-11-30 19:02:13 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-25 08:06:56 +00:00
|
|
|
|
<style name="HabiticaButton.Purple.Small" parent="HabiticaButton.Purple">
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">@dimen/button_padding_small</item>
|
|
|
|
|
|
<item name="android:paddingEnd">@dimen/button_padding_small</item>
|
2018-01-30 12:41:22 +00:00
|
|
|
|
<item name="android:paddingTop">@dimen/button_padding_vertical_small</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/button_padding_vertical_small</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<style name="LoginEditTextTheme">
|
|
|
|
|
|
<item name="colorAccent">@color/white_50_alpha</item>
|
|
|
|
|
|
<item name="colorControlNormal">@color/white_15_alpha</item>
|
|
|
|
|
|
<item name="colorControlActivated">@color/white_75_alpha</item>
|
|
|
|
|
|
<item name="android:drawablePadding">@dimen/spacing_large</item>
|
|
|
|
|
|
<item name="android:textColor">@color/white_75_alpha</item>
|
|
|
|
|
|
<item name="android:textColorHint">@color/white_50_alpha</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">16dp</item>
|
|
|
|
|
|
<item name="android:paddingEnd">16dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:paddingBottom">20dp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="LoginButton" parent="@style/Widget.AppCompat.Button.Borderless">
|
|
|
|
|
|
<item name="android:shadowColor">@color/transparent</item>
|
|
|
|
|
|
<item name="android:background">@drawable/login_button</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="backgroundTint">@color/brand_50</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:layout_gravity">center_horizontal</item>
|
|
|
|
|
|
<item name="android:textAllCaps">false</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">32dp</item>
|
|
|
|
|
|
<item name="android:paddingEnd">32dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="DiamondButton" parent="@style/Widget.AppCompat.Button.Borderless">
|
|
|
|
|
|
<item name="android:layout_height">36dp</item>
|
|
|
|
|
|
<item name="android:background">@drawable/diamond_button</item>
|
2020-09-22 14:10:15 +00:00
|
|
|
|
<item name="backgroundTint">@color/brand</item>
|
2020-09-17 11:47:02 +00:00
|
|
|
|
<item name="android:paddingStart">36dp</item>
|
|
|
|
|
|
<item name="android:paddingEnd">36dp</item>
|
2020-09-22 14:10:15 +00:00
|
|
|
|
<item name="android:paddingTop">0dp</item>
|
|
|
|
|
|
<item name="android:paddingBottom">0dp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:textAllCaps">false</item>
|
|
|
|
|
|
<item name="android:shadowColor">@color/transparent</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="TaskFilterRadioButton">
|
|
|
|
|
|
<item name="android:layout_weight">1</item>
|
|
|
|
|
|
<item name="android:button">@color/transparent</item>
|
|
|
|
|
|
<item name="android:background">@drawable/pill_radio_button</item>
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
<item name="android:padding">8dp</item>
|
2022-07-27 14:09:49 +00:00
|
|
|
|
<item name="fontFamily">sans-serif-medium</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:textColor">@drawable/radio_button_text_color</item>
|
2022-08-01 09:30:44 +00:00
|
|
|
|
<item name="android:textSize">16sp</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="TagEditTextTheme">
|
2022-05-24 09:37:18 +00:00
|
|
|
|
<item name="colorAccent">@color/offset_background</item>
|
|
|
|
|
|
<item name="colorControlNormal">@color/offset_background</item>
|
2017-04-20 13:33:33 +00:00
|
|
|
|
<item name="android:drawablePadding">@dimen/spacing_large</item>
|
|
|
|
|
|
</style>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
|
|
|
|
|
|
<style name="SegmentView">
|
|
|
|
|
|
<item name="android:layout_margin">@dimen/spacing_large</item>
|
|
|
|
|
|
<item name="android:orientation">vertical</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="HabiticaButton" parent="@style/Widget.MaterialComponents.Button.TextButton">
|
2019-05-21 10:28:16 +00:00
|
|
|
|
<item name="android:textAllCaps">false</item>
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="android:letterSpacing">0.02</item>
|
2019-05-21 10:28:16 +00:00
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
|
|
|
|
|
<item name="android:minHeight">@dimen/button_height</item>
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:shadowColor">@color/disabled_background</item>
|
2019-05-21 10:28:16 +00:00
|
|
|
|
<item name="android:paddingStart">@dimen/spacing_large</item>
|
|
|
|
|
|
<item name="android:paddingEnd">@dimen/spacing_large</item>
|
2020-09-17 11:23:27 +00:00
|
|
|
|
<item name="android:paddingTop">@dimen/spacing_small</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/spacing_small</item>
|
2019-06-05 14:15:46 +00:00
|
|
|
|
<item name="android:elevation">0dp</item>
|
2019-05-21 10:28:16 +00:00
|
|
|
|
<item name="android:minWidth">147dp</item>
|
2020-09-17 11:23:27 +00:00
|
|
|
|
<item name="cornerRadius">@dimen/rounded_button_radius</item>
|
2019-05-21 10:28:16 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="HabiticaButton.Borderless" parent="@style/Widget.AppCompat.Button.Borderless">
|
2017-05-23 15:40:13 +00:00
|
|
|
|
<item name="android:textAllCaps">false</item>
|
2019-04-24 08:17:24 +00:00
|
|
|
|
<item name="android:textSize">16sp</item>
|
2020-09-15 07:28:34 +00:00
|
|
|
|
<item name="android:letterSpacing">0.02</item>
|
2019-04-24 08:17:24 +00:00
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
2019-04-25 08:06:56 +00:00
|
|
|
|
<item name="android:minHeight">@dimen/button_height</item>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
<item name="android:shadowColor">@color/transparent</item>
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
2019-05-21 10:28:16 +00:00
|
|
|
|
<item name="android:paddingStart">@dimen/spacing_large</item>
|
|
|
|
|
|
<item name="android:paddingEnd">@dimen/spacing_large</item>
|
|
|
|
|
|
<item name="android:minWidth">147dp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="HabiticaButton.Primary" parent="HabiticaButton">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/color_accent</item>
|
2020-09-17 15:58:59 +00:00
|
|
|
|
<item name="android:textColor">@color/white</item>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-06-12 16:00:08 +00:00
|
|
|
|
<style name="HabiticaButton.Small" parent="HabiticaButton">
|
|
|
|
|
|
<item name="android:paddingTop">@dimen/button_padding_vertical_small</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/button_padding_vertical_small</item>
|
|
|
|
|
|
<item name="android:textSize">12sp</item>
|
|
|
|
|
|
<item name="android:minHeight">@dimen/button_height_small</item>
|
|
|
|
|
|
<item name="android:layout_height">@dimen/button_height_small</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-05-23 15:40:13 +00:00
|
|
|
|
<style name="HabiticaButton.Gray" parent="HabiticaButton">
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="android:backgroundTint">?attr/colorWindowBackground</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColor">@color/text_brand_neon</item>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<style name="HabiticaButton.Offset" parent="HabiticaButton">
|
|
|
|
|
|
<item name="android:backgroundTint">@color/offset_background</item>
|
2018-02-09 17:13:44 +00:00
|
|
|
|
<item name="android:textColor">@color/brand_400</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-05-23 15:40:13 +00:00
|
|
|
|
<style name="HabiticaButton.Red" parent="HabiticaButton">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/red_100</item>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-25 11:46:27 +00:00
|
|
|
|
<style name="HabiticaButton.Blue" parent="HabiticaButton">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/blue_100</item>
|
2019-04-25 11:46:27 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-06-12 16:00:08 +00:00
|
|
|
|
<style name="HabiticaButton.Red.Small" parent="HabiticaButton.Small">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/red_100</item>
|
2019-06-12 16:00:08 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-05-26 09:56:06 +00:00
|
|
|
|
<style name="HabiticaButton.Maroon" parent="HabiticaButton">
|
|
|
|
|
|
<item name="android:backgroundTint">@color/maroon_100</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="HabiticaButton.Maroon.Small" parent="HabiticaButton.Small">
|
|
|
|
|
|
<item name="android:backgroundTint">@color/maroon_100</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-05-23 15:40:13 +00:00
|
|
|
|
<style name="SegmentTitle" parent="Headline">
|
|
|
|
|
|
<item name="android:layout_marginBottom">@dimen/spacing_medium</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="HabiticaButton.Green" parent="HabiticaButton">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/green_100</item>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-06-12 16:00:08 +00:00
|
|
|
|
<style name="HabiticaButton.Green.Small" parent="HabiticaButton.Small">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/green_100</item>
|
2019-06-12 16:00:08 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-05-23 15:40:13 +00:00
|
|
|
|
<style name="HabiticaButton.Yellow" parent="HabiticaButton">
|
2022-08-17 09:19:32 +00:00
|
|
|
|
<item name="android:backgroundTint">@color/yellow_5</item>
|
2017-05-23 15:40:13 +00:00
|
|
|
|
</style>
|
2017-07-20 17:59:59 +00:00
|
|
|
|
|
2022-04-19 15:17:45 +00:00
|
|
|
|
<style name="HabiticaButton.White" parent="HabiticaButton">
|
|
|
|
|
|
<item name="android:backgroundTint">@color/white</item>
|
|
|
|
|
|
<item name="android:textColor">@color/brand_400</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-07-28 09:54:47 +00:00
|
|
|
|
<style name="HabiticaButton.White.Small" parent="HabiticaButton.Small">
|
|
|
|
|
|
<item name="android:backgroundTint">@color/white</item>
|
|
|
|
|
|
<item name="android:textColor">@color/brand_400</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-07-20 17:59:59 +00:00
|
|
|
|
<style name="CurrencyTextView">
|
2021-07-20 09:43:44 +00:00
|
|
|
|
<item name="android:textSize">12sp</item>
|
|
|
|
|
|
<item name="android:layout_marginLeft">4dp</item>
|
2017-07-20 17:59:59 +00:00
|
|
|
|
<item name="android:drawablePadding">4dp</item>
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
</style>
|
2017-07-25 16:27:00 +00:00
|
|
|
|
|
2022-08-09 05:57:45 +00:00
|
|
|
|
<style name="ArmoireTitleTextView">
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
2022-08-18 12:29:49 +00:00
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
<item name="android:letterSpacing">0.04</item>
|
2022-08-09 05:57:45 +00:00
|
|
|
|
<item name="android:textColor">@color/armoire_text</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-08-18 12:29:49 +00:00
|
|
|
|
<style name="ArmoireSubHeader">
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_regular</item>
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
<item name="android:textColor">?textColorSecondary</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-08-09 05:57:45 +00:00
|
|
|
|
<style name="ArmoireDescriptionTextView">
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_regular</item>
|
|
|
|
|
|
<item name="android:textSize">12sp</item>
|
2022-08-18 12:29:49 +00:00
|
|
|
|
<item name="android:letterSpacing">0.02</item>
|
2022-08-09 05:57:45 +00:00
|
|
|
|
<item name="android:textColor">@color/armoire_text</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2017-07-25 16:27:00 +00:00
|
|
|
|
<style name="QuestRatingBar" parent="@android:style/Widget.RatingBar">
|
|
|
|
|
|
<item name="android:progressDrawable">@drawable/quest_difficulty_rating</item>
|
|
|
|
|
|
<item name="android:minHeight">12dip</item>
|
|
|
|
|
|
<item name="android:maxHeight">12dip</item>
|
|
|
|
|
|
</style>
|
2017-10-03 13:19:19 +00:00
|
|
|
|
|
2017-10-16 09:40:24 +00:00
|
|
|
|
<style name="RedTextLabel" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:textColor">@color/red_10</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
<style name="YellowTextLabel" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:textColor">@color/yellow_10</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
<style name="BlueTextLabel" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:textColor">@color/blue_10</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
<style name="PurpleTextLabel" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:textColor">@color/brand_300</item>
|
|
|
|
|
|
</style>
|
2018-11-19 17:13:35 +00:00
|
|
|
|
|
2022-04-26 08:15:33 +00:00
|
|
|
|
<style name="DialogHabiticaAccountInputLayout" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:textColorHint">@color/white</item>
|
|
|
|
|
|
<item name="colorAccent">@color/white</item>
|
|
|
|
|
|
<item name="colorControlNormal">@color/white</item>
|
|
|
|
|
|
<item name="colorControlActivated">@color/white</item>
|
|
|
|
|
|
<item name="boxStrokeColor">@color/text_input_account_stroke</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="DialogHabiticaAccountHintLabel" parent="TextAppearance.Design.Hint">
|
|
|
|
|
|
<item name="android:textSize">10sp</item>
|
2022-07-17 12:17:09 +00:00
|
|
|
|
<item name="fontFamily">@string/font_family_medium</item>
|
2022-04-26 08:15:33 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-07-17 12:17:09 +00:00
|
|
|
|
<style name="DialogHabiticaAccountTitle" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
|
|
|
|
|
<item name="textColor">@color/gray_50</item>
|
|
|
|
|
|
<item name="android:textSize">20sp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="DialogHabiticaAccountBody" parent="TextAppearance.AppCompat">
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_regular</item>
|
|
|
|
|
|
<item name="textColor">@color/gray_50</item>
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
<item name="android:alpha">.8</item>
|
|
|
|
|
|
<item name="android:lineSpacingExtra">5dp</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-03-28 13:45:16 +00:00
|
|
|
|
<style name="TaskFormTextInputLayoutAppearance" parent="Widget.MaterialComponents.TextInputLayout.FilledBox">
|
|
|
|
|
|
<!-- reference our hint & error styles -->
|
2022-12-12 16:46:32 +00:00
|
|
|
|
<item name="boxBackgroundColor">?colorTintedBackground</item>
|
2022-05-09 04:42:18 +00:00
|
|
|
|
<item name="boxStrokeColor">@color/color_box_stroke</item>
|
|
|
|
|
|
<item name="boxStrokeWidth">2dp</item>
|
|
|
|
|
|
<item name="boxStrokeWidthFocused">2dp</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="android:textColor">?attr/colorPrimaryText</item>
|
2020-09-17 15:58:59 +00:00
|
|
|
|
<item name="android:textColorHint">?colorPrimaryText</item>
|
2020-07-30 10:44:01 +00:00
|
|
|
|
<item name="colorControlNormal">?attr/colorPrimary</item>
|
|
|
|
|
|
<item name="colorControlActivated">?attr/colorPrimary</item>
|
|
|
|
|
|
<item name="colorControlHighlight">?attr/colorPrimary</item>
|
2020-09-17 15:58:59 +00:00
|
|
|
|
<item name="colorAccent">?attr/colorPrimaryText</item>
|
|
|
|
|
|
<item name="colorPrimary">?attr/colorPrimaryText</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="hintTextAppearance">@style/TaskFormHintTextAppearance</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="TaskFormHintTextAppearance">
|
2020-09-17 15:58:59 +00:00
|
|
|
|
<item name="android:colorPrimary">?attr/colorPrimaryText</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="colorPrimary">?attr/colorPrimaryText</item>
|
2020-09-17 15:58:59 +00:00
|
|
|
|
<item name="textColorPrimary">?attr/colorPrimaryText</item>
|
2020-07-24 10:19:56 +00:00
|
|
|
|
<item name="android:textSize">12sp</item>
|
|
|
|
|
|
<item name="android:fontFamily">@string/font_family_medium</item>
|
|
|
|
|
|
<item name="fontFamily">@string/font_family_medium</item>
|
2019-03-28 13:45:16 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-26 08:28:06 +00:00
|
|
|
|
<style name="TextInputLayoutAppearanceTheme">
|
2019-04-24 08:17:24 +00:00
|
|
|
|
<item name="boxBackgroundColor">@color/taskform_gray</item>
|
2020-07-28 10:31:36 +00:00
|
|
|
|
<item name="android:textColor">?attr/colorPrimaryText</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColorHint">@color/text_quad</item>
|
2020-07-30 10:44:01 +00:00
|
|
|
|
<item name="android:colorControlNormal">?attr/colorPrimary</item>
|
|
|
|
|
|
<item name="android:colorControlActivated">?attr/colorPrimary</item>
|
|
|
|
|
|
<item name="android:colorControlHighlight">?attr/colorPrimary</item>
|
2020-09-17 15:58:59 +00:00
|
|
|
|
<item name="android:colorAccent">?colorPrimaryText</item>
|
2019-04-24 08:17:24 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-26 08:28:06 +00:00
|
|
|
|
<style name="TextInputLayoutAppearance" parent="Widget.MaterialComponents.TextInputLayout.FilledBox">
|
2019-03-28 13:45:16 +00:00
|
|
|
|
<item name="boxBackgroundColor">@color/taskform_gray</item>
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<item name="android:textColor">@color/text_primary</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:textColorHint">@color/text_quad</item>
|
2019-03-28 13:45:16 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="TaskFormSectionheader">
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="android:textColor">?colorPrimaryDark</item>
|
2019-03-28 13:45:16 +00:00
|
|
|
|
<item name="android:layout_marginTop">@dimen/spacing_large</item>
|
|
|
|
|
|
<item name="android:layout_marginBottom">@dimen/spacing_medium</item>
|
Talkback improvements for New Habit and New Daily screens (#1317)
* Include state in content description of positive/negative habit buttons
- Now instead of announcing just 'Positive' or 'Negative' when these
buttons are focused with Talkback on, it also announces their current
state (e.g. 'Positive On').
- Also, when the state is changed, it now sends an accessibility event
so the new state is announced immediately (as advised at
https://developer.android.com/guide/topics/ui/accessibility/custom-views#send-events).
* Make headings in Task Form be read out as headings by Talkback
* Include state in content description of task difficulty buttons
- Now instead of announcing just 'Trivial', 'Medium' etc when these
buttons are focused with Talkback on, it also announces their current
state (e.g. 'Medium, Selected' / 'Trivial, Not Selected').
- Also, when a difficulty button is clicked, it now sends an
accessibility event for the button corresponding to that difficulty
level, so the new state is announced immediately.
- Note that since buttons are recreated every time one is clicked,
we can't simply send the event from the button's OnClickListener.
Instead we have to record which button is selected and send the
event for that button once it has been recreated.
* Include state in content description of reset streak buttons
- Now instead of announcing just 'Daily', 'Weekly' etc when these
buttons are focused with Talkback on, it also announces their current
state (e.g. 'Daily, Selected' / 'Weekly, Not Selected').
- Also, when a reset streak button is clicked, it now sends an
accessibility event with the new content description, so the new state
is announced immediately.
- Note that since buttons are recreated every time one is clicked,
we can't simply send the event from the button's OnClickListener.
Instead we have to record which button is selected and send the
event for that button once it has been recreated.
* Add labelFor attributes for repeats_every_spinner/edittext
- This adds more context for the drop-down menu and the edit-text
content descriptions read out by Talkback when editing how often dailies
repeat. This is advised by the accessibility principle described at
https://developer.android.com/guide/topics/ui/accessibility/principles#content-pairs
- For example instead of reading out 'Drop-down menu, Weekly' it now
reads out 'Drop-down menu, Weekly, for Repeats'. And instead of reading
out '1, Edit box' it now reads out '1, Edit box for Weeks'.
* Improve content descriptions of weekday buttons on New Daily screen
- Now instead of 'Capital M', 'Capital T', etc. Talkback reads out
'Monday, Selected', 'Tuesday, Not selected', etc.
- It also reads out the new status whenever a day is selected or
deselected.
* Mini refactor: reduce duplication in configureMonthlyRepeatViews
* Improve content description of weekly repeats buttons
- Now the content descriptions of the weekly repeats buttons in the
New Daily screen include whether they are Selected / Not selected.
- Also an accessibility event is sent when they are toggled, so the
content description is read out again with the updated status.
* Improve content descriptions of ReminderItemFormView
- Previously, the '+' button was focusable, even though it didn't do
anything, and Talkback read out 'Unlabelled button', regardless of
whether it was a '+' button or a 'x' button.
- Now, we only make it focusable when it becomes a delete button, and
Talkback reads out 'Delete Reminder, Button for 6.16pm' (or whatever
the time of the reminder it relates to is - this is achieved by setting
the android:labelFor property on the reminder TextView).
* Improve content descriptions of ChecklistItemFormView
- Previously, the '+' button was focusable, even though it didn't do
anything, and Talkback read out 'Unlabelled button', regardless of
whether it was a '+' button or a 'x' button.
- Now, we only make it focusable when it becomes a delete button,
and Talkback reads out 'Delete Checklist Entry, Button for Checklist
Text' (or whatever the checklist text is - this is achieved by setting
the android:labelFor property on the checklist EditText).
2020-05-04 15:27:29 +00:00
|
|
|
|
<item name="android:accessibilityHeading">true</item>
|
2019-03-28 13:45:16 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="TaskFormToggle">
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="android:background">@drawable/layout_rounded_bg_tinted</item>
|
2019-03-28 13:45:16 +00:00
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
<item name="android:paddingTop">@dimen/spacing_small</item>
|
|
|
|
|
|
<item name="android:paddingBottom">@dimen/spacing_small</item>
|
2022-11-22 14:48:09 +00:00
|
|
|
|
<item name="android:height">48dp</item>
|
2019-03-28 13:45:16 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-04 10:31:27 +00:00
|
|
|
|
<style name="TaskFormWeekdayButton">
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
<item name="android:textAlignment">gravity</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-17 12:48:08 +00:00
|
|
|
|
<style name="ClassSelectionClassButton">
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="android:background">@drawable/layout_rounded_bg_window</item>
|
2019-04-24 08:17:24 +00:00
|
|
|
|
<item name="android:paddingStart">@dimen/spacing_medium</item>
|
|
|
|
|
|
<item name="android:paddingEnd">@dimen/spacing_medium</item>
|
2019-04-17 12:48:08 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<style name="ToolbarDarkBackArrow" parent="Base.Theme.AppCompat.Light.DarkActionBar">
|
2020-09-04 16:17:34 +00:00
|
|
|
|
<item name="colorControlNormal">@color/text_primary</item>
|
|
|
|
|
|
<item name="android:actionMenuTextColor">@color/text_primary</item>
|
2019-04-17 12:48:08 +00:00
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-04-18 09:54:32 +00:00
|
|
|
|
<style name="ReportMessageToolbar">
|
|
|
|
|
|
<item name="android:actionMenuTextColor">@color/red_50</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2019-08-30 11:25:15 +00:00
|
|
|
|
<style name="SearchViewStyle" parent="Widget.AppCompat.SearchView">
|
|
|
|
|
|
<item name="android:textColorHint">@color/white_50_alpha</item>
|
|
|
|
|
|
<item name="searchHintIcon">@null</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2020-09-18 16:34:53 +00:00
|
|
|
|
<style name="FlatCardView">
|
|
|
|
|
|
<item name="android:background">@drawable/layout_rounded_bg_window</item>
|
|
|
|
|
|
<item name="android:layout_margin">@dimen/spacing_medium</item>
|
|
|
|
|
|
</style>
|
2021-07-20 07:28:50 +00:00
|
|
|
|
|
|
|
|
|
|
<style name="CountLabel">
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_gray_300</item>
|
|
|
|
|
|
<item name="android:paddingStart">4dp</item>
|
|
|
|
|
|
<item name="android:paddingEnd">4dp</item>
|
|
|
|
|
|
<item name="android:minWidth">24dp</item>
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:textSize">12sp</item>
|
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
|
|
</style>
|
2021-11-10 14:11:49 +00:00
|
|
|
|
<style name="ActiveLabel">
|
|
|
|
|
|
<item name="android:background">@drawable/pill_bg_teal_100</item>
|
|
|
|
|
|
<item name="android:paddingStart">4dp</item>
|
|
|
|
|
|
<item name="android:paddingEnd">4dp</item>
|
|
|
|
|
|
<item name="android:minWidth">24dp</item>
|
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
|
|
<item name="android:textSize">12sp</item>
|
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
|
|
</style>
|
2021-11-29 16:03:17 +00:00
|
|
|
|
|
2022-04-22 09:32:58 +00:00
|
|
|
|
<style name="SheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
|
|
|
|
|
|
<!--<item name="android:windowCloseOnTouchOutside">false</item>-->
|
|
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
|
|
|
|
<item name="android:backgroundDimEnabled">true</item>
|
|
|
|
|
|
<item name="android:backgroundDimAmount">0.3</item>
|
|
|
|
|
|
<item name="android:windowFrame">@null</item>
|
|
|
|
|
|
<item name="android:windowIsFloating">true</item>
|
2022-08-02 15:02:42 +00:00
|
|
|
|
<item name="android:windowAnimationStyle">@style/SheetDialogAnimations</item>
|
2022-04-22 09:32:58 +00:00
|
|
|
|
<item name="bottomSheetStyle">@style/Widget.App.BottomSheet.Modal</item>
|
|
|
|
|
|
|
|
|
|
|
|
<item name="colorPrimary">@color/brand</item>
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/brand_50</item>
|
|
|
|
|
|
<item name="colorAccent">@color/color_accent</item>
|
|
|
|
|
|
<item name="android:colorPrimary">@color/brand</item>
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@color/brand_50</item>
|
|
|
|
|
|
<item name="android:colorAccent">@color/brand_400</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-08-02 15:02:42 +00:00
|
|
|
|
<style name="SheetDialogAnimations" parent="@android:style/Animation.Activity">
|
|
|
|
|
|
<item name="android:windowEnterAnimation">@anim/bottom_sheet_slide_in</item>
|
|
|
|
|
|
<item name="android:windowExitAnimation">@anim/bottom_sheet_slide_out</item>
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
2022-04-22 09:32:58 +00:00
|
|
|
|
<style name="Widget.App.BottomSheet.Modal" parent="Widget.MaterialComponents.BottomSheet.Modal">
|
2022-11-22 14:48:15 +00:00
|
|
|
|
<item name="android:backgroundTint">?attr/colorWindowBackground</item>
|
|
|
|
|
|
<item name="backgroundTint">?attr/colorWindowBackground</item>
|
2022-05-23 14:17:19 +00:00
|
|
|
|
<item name="android:background">@drawable/bottom_sheet_background</item>
|
|
|
|
|
|
<item name="shapeAppearanceOverlay">@null</item>
|
|
|
|
|
|
<item name="shapeAppearance">@null</item>
|
2022-04-22 09:32:58 +00:00
|
|
|
|
<item name="android:layout_marginStart">4dp</item>
|
|
|
|
|
|
<item name="android:layout_marginEnd">4dp</item>
|
|
|
|
|
|
</style>
|
2022-07-29 09:35:02 +00:00
|
|
|
|
|
|
|
|
|
|
<style name="FilterMonthCheckbox">
|
|
|
|
|
|
<item name="android:paddingStart">8dp</item>
|
|
|
|
|
|
<item name="android:layout_marginStart">-6dp</item>
|
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
|
</style>
|
2015-04-12 11:54:29 +00:00
|
|
|
|
</resources>
|