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
+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>