Skip to content

Commit 610d1ec

Browse files
committed
Update themes styles
1 parent 914aa4f commit 610d1ec

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

app/src/main/res/layout/item_call_log.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
android:background="?android:attr/selectableItemBackgroundBorderless"
4949
android:layout_alignParentEnd="true"
5050
android:layout_alignParentTop="true"
51-
app:tint="?attr/colorPrimary" />
51+
app:tint="?attr/colorSecondary" />
5252
</RelativeLayout>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<style name="Base.Theme.ListaSpam" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
44
<!-- Customize your dark theme here. -->
55
<item name="colorPrimary">@color/white</item>
6+
<item name="colorSecondary">@color/white</item>
67
<item name="android:windowBackground">@color/darkBackground</item>
78
</style>
89
<style name="PopupMenuStyle" parent="@style/Widget.AppCompat.PopupMenu">

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Base.Theme.ListaSpam" parent="Theme.MaterialComponents.DayNight">
3+
<style name="Base.Theme.ListaSpam" parent="Theme.AppCompat.Light">
44
<!-- Customize your light theme here. -->
5-
<item name="colorPrimary">@color/black</item>
5+
<item name="colorPrimary">@color/white</item>
6+
<item name="colorSecondary">@color/black</item>
67
</style>
78

89
<style name="Theme.ListaSpam" parent="Base.Theme.ListaSpam" />

0 commit comments

Comments
 (0)