Messaging: Use an extended FAB

With proper color scheme and "Start chat" text

Change-Id: I320b169b2bec354db7b0ebc3e81149aaf575092f
This commit is contained in:
Michael W
2024-12-26 15:54:37 +01:00
parent 056cf5f79e
commit d4ac014a74
9 changed files with 31 additions and 81 deletions
-1
View File
@@ -134,7 +134,6 @@
<color name="people_and_options_list_divider">#cccccc</color>
<color name="fab_color">@color/lineage_accent</color>
<color name="fab_ripple">#40ffffff</color>
<color name="message_body_size_text_color">#555555</color>
<color name="mms_indicator_color">#681faf</color>
+2
View File
@@ -23,4 +23,6 @@
<color name="navigation_bar_bg">@color/window_background</color>
<color name="compose_send_text_background_color">@android:color/white</color>
<color name="fab_fg_color">@android:color/white</color>
</resources>
+2
View File
@@ -803,4 +803,6 @@
<!-- When making a call to emergency numbers, show this toast -->
<string name="disallow_emergency_call">Can\'t make a voice call to emergency services here.</string>
<string name="start_chat">Start chat</string>
</resources>
+7 -2
View File
@@ -19,7 +19,7 @@
<!--
Base application theme
-->
<style name="BugleBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="BugleBaseTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
<item name="android:forceDarkAllowed">true</item>
<item name="android:navigationBarColor">@color/navigation_bar_bg</item>
<item name="android:windowLightNavigationBar">@bool/light_navigation_bar</item>
@@ -38,7 +38,7 @@
<item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item>
</style>
<style name="LaunchTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
<style name="LaunchTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/action_bar_background_color</item>
<item name="colorPrimaryDark">@color/action_bar_background_color_dark</item>
</style>
@@ -648,4 +648,9 @@
<item name="widgetLayout">@layout/preference_material_switch</item>
</style>
<style name="ShapeAppearanceOverlay" parent="">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">16dp</item>
</style>
</resources>