Force the back button in the Toolbar in different screens to use the same white color as the Toolbar title text.

master
Severiano Jaramillo 2019-01-21 12:05:40 -06:00
parent 00b8919566
commit ef5834264b
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="4dp"
android:theme="@style/ThemeOverlay.AppCompat.Dark" />
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar" />
<fragment
android:id="@+id/navHostFragment"

View File

@ -17,6 +17,7 @@
<style name="Theme.Bitsy.AppBarOverlay" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar"/>
<!-- Base application dark theme. -->
<!-- Bridge is still used cause there is an issue with the Transactions' FilterOptionsDialog Calendar -->
<style name="Theme.Bitsy.Dark" parent="Theme.MaterialComponents.Bridge">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>