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:
co-authored by
Golbinex
Semavi Ulusoy
minarypenguin
Pranav Vashi
parent
14f271ca78
commit
72bf6ce95d
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user