diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-27 16:22:40 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-27 16:10:24 +0200 |
commit | 4fcb8c47923a6ef76d606ca03aebf2a8531136fa (patch) | |
tree | 40cdec3d885d20f8070eb2d9c41f63080ca3fd84 /ui/src/main/res/values/tv_styles.xml | |
parent | fb05b358c07d8dca44ee472dbd0edbfa0a564336 (diff) |
ui: introduce a fresh set of Material3 themes and migrate to them
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/values/tv_styles.xml')
-rw-r--r-- | ui/src/main/res/values/tv_styles.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ui/src/main/res/values/tv_styles.xml b/ui/src/main/res/values/tv_styles.xml index 536ca752..a78f2d63 100644 --- a/ui/src/main/res/values/tv_styles.xml +++ b/ui/src/main/res/values/tv_styles.xml @@ -10,7 +10,6 @@ <item name="colorOnSecondary">#ff0059c1</item> <item name="colorSurface">@color/tv_primary_color</item> <item name="colorOnSurface">#fffafafa</item> - <item name="colorBackground">@color/tv_primary_color</item> <item name="colorMultiselectActiveBackground">@color/list_multiselect_background</item> <item name="colorControlNormal">#fffafafa</item> <item name="elevationOverlayEnabled">false</item> @@ -25,15 +24,10 @@ <style name="TextInputLayoutBase" parent="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"> <item name="boxStrokeColor">?attr/colorSecondary</item> <item name="hintTextColor">?attr/colorOnPrimary</item> - <item name="materialThemeOverlay"> - @style/ThemeOverlay.AppTheme.TextInputEditText.OutlinedBox - </item> </style> <style name="TvTheme.Dialog" parent="Theme.MaterialComponents.DayNight.Dialog.Alert"> - <item name="colorPrimary">@color/secondary_color</item> - <item name="colorSecondary">@color/secondary_color</item> - <item name="android:windowBackground">?attr/colorBackground</item> + <item name="android:windowBackground">?attr/colorSurface</item> </style> <style name="TvTheme.MaterialCardView" parent="Widget.MaterialComponents.CardView"> |