Fix issue of green back arrow on some screen

This commit is contained in:
Benoit Marty 2021-06-15 10:51:01 +02:00
parent e918a6a93b
commit 1370bda263
3 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@
android:id="@+id/matrixProfileCollapsingToolbarLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/Vector.Toolbar.Profile"
app:contentScrim="?android:colorBackground"
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"
app:scrimAnimationDuration="250"

View File

@ -15,7 +15,6 @@
android:id="@+id/spaceExploreCollapsingToolbarLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:theme="@style/Vector.Toolbar.Profile"
app:contentScrim="?android:colorBackground"
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"
app:scrimAnimationDuration="250"

View File

@ -48,8 +48,4 @@
<item name="actionMenuTextColor">?colorOnPrimary</item>
</style>
<style name="Vector.Toolbar.Profile" parent="@style/ThemeOverlay.AppCompat.ActionBar">
<item name="colorControlNormal">?colorSecondary</item>
</style>
</resources>