Skip to content

Commit 9931e12

Browse files
committed
style: make changes in the ui layout
1 parent a59d4fd commit 9931e12

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

app/src/main/res/values-night/themes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Theme.Diff_Utils_Recyclerview_Example" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
3+
<style name="Theme.Diff_Utils_Recyclerview_Example" parent="Theme.MaterialComponents.Light.NoActionBar">
44
<!-- Primary brand color. -->
5-
<item name="colorPrimary">@color/purple_200</item>
6-
<item name="colorPrimaryVariant">@color/purple_700</item>
5+
<item name="colorPrimary">@color/white</item>
6+
<item name="colorPrimaryVariant">@color/black</item>
77
<item name="colorOnPrimary">@color/black</item>
88
<!-- Secondary brand color. -->
99
<item name="colorSecondary">@color/teal_200</item>

app/src/main/res/values/colors.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="purple_200">#FFBB86FC</color>
4-
<color name="purple_500">#FF6200EE</color>
5-
<color name="purple_700">#FF3700B3</color>
63
<color name="teal_200">#FF03DAC5</color>
74
<color name="teal_700">#FF018786</color>
85
<color name="black">#FF000000</color>

app/src/main/res/values/themes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Theme.Diff_Utils_Recyclerview_Example" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
3+
<style name="Theme.Diff_Utils_Recyclerview_Example" parent="Theme.MaterialComponents.Light.NoActionBar">
44
<!-- Primary brand color. -->
5-
<item name="colorPrimary">@color/purple_500</item>
6-
<item name="colorPrimaryVariant">@color/purple_700</item>
5+
<item name="colorPrimary">@color/white</item>
6+
<item name="colorPrimaryVariant">@color/black</item>
77
<item name="colorOnPrimary">@color/white</item>
88
<!-- Secondary brand color. -->
99
<item name="colorSecondary">@color/teal_200</item>

0 commit comments

Comments
 (0)