Messaging: Use Material You colors

Co-authored-by: Golbinex <2061409-Golbinex@users.noreply.gitlab.com>
Co-authored-by: Semavi Ulusoy <doc.divxm@gmail.com>
Co-authored-by: minarypenguin <alexfinhart@gmail.com>
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Ib3c4b7f17cc48516dafb641fdb03e27135e4d3e8
This commit is contained in:
Timi Rautamäki
2024-09-09 05:46:59 +03:00
committed by Michael Bestas
co-authored by Golbinex Semavi Ulusoy minarypenguin Pranav Vashi
parent 14f271ca78
commit 72bf6ce95d
7 changed files with 83 additions and 35 deletions
+3 -2
View File
@@ -50,7 +50,7 @@
</style>
<style name="BugleTheme.ConversationActivityBase" parent="BugleTheme">
<item name="android:windowBackground">@color/conversation_background</item>
<item name="android:windowBackground">@color/window_background</item>
<item name="windowActionBarOverlay">true</item>
<item name="colorAccent">@color/lineage_accent</item>
<item name="android:fastScrollPreviewBackgroundLeft">@drawable/contacts_fastscroll_label_left</item>
@@ -61,7 +61,7 @@
</style>
<style name="BugleTheme.ConversationListActivity" parent="BugleTheme">
<item name="android:windowBackground">@android:color/background_light</item>
<item name="android:windowBackground">@color/window_background</item>
</style>
<style name="BugleTheme.ArchivedConversationListActivity" parent="BugleTheme.ConversationListActivity">
@@ -70,6 +70,7 @@
</style>
<style name="BugleTheme.SettingsActivity" parent="BugleTheme">
<item name="android:windowBackground">@color/window_background</item>
<item name="android:textSize">@dimen/settings_list_text_size</item>
</style>