Force the back button in the Toolbar in different screens to use the same white color as the Toolbar title text.
This commit is contained in:
parent
00b8919566
commit
ef5834264b
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
android:background="?attr/colorPrimary"
|
android:background="?attr/colorPrimary"
|
||||||
android:elevation="4dp"
|
android:elevation="4dp"
|
||||||
android:theme="@style/ThemeOverlay.AppCompat.Dark" />
|
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar" />
|
||||||
|
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/navHostFragment"
|
android:id="@+id/navHostFragment"
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
<style name="Theme.Bitsy.AppBarOverlay" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar"/>
|
<style name="Theme.Bitsy.AppBarOverlay" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar"/>
|
||||||
|
|
||||||
<!-- Base application dark theme. -->
|
<!-- 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">
|
<style name="Theme.Bitsy.Dark" parent="Theme.MaterialComponents.Bridge">
|
||||||
<!-- Customize your theme here. -->
|
<!-- Customize your theme here. -->
|
||||||
<item name="colorPrimary">@color/colorPrimary</item>
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||||||
|
|
Loading…
Reference in a new issue