We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2db043 commit 2786c12Copy full SHA for 2786c12
app/src/main/res/values/styles.xml
@@ -60,7 +60,7 @@
60
<!-- android:fitSystemWindows=true, so that transclucent status bar fits perfectly to the screen-->
61
<item name="android:fitsSystemWindows">true</item>
62
<item name="android:elevation" tools:ignore="NewApi">5dp</item>
63
- <item name="theme">@style/MyToolbarTheme</item>
+ <item name="android:theme">@style/MyToolbarTheme</item>
64
65
</style>
66
0 commit comments