1
0
Fork 0

For #7604 - Correct header colors in navigation bar (#8661)

master
David Walsh 2020-02-24 19:39:11 -06:00 committed by GitHub
parent fdd3d29cd4
commit 342ad1bfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
app:titleMarginStart="16dp"
app:titleMarginEnd="16dp"
app:titleTextAppearance="@style/ToolbarTitleTextStyle"
android:background="?above"
android:background="?foundation"
android:elevation="8dp">
</androidx.appcompat.widget.Toolbar>