Skip to content

Commit 2786c12

Browse files
codedsuniamareebjamal
authored andcommitted
fix: theme in toolbar style (#2900)
1 parent a2db043 commit 2786c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<!-- android:fitSystemWindows=true, so that transclucent status bar fits perfectly to the screen-->
6161
<item name="android:fitsSystemWindows">true</item>
6262
<item name="android:elevation" tools:ignore="NewApi">5dp</item>
63-
<item name="theme">@style/MyToolbarTheme</item>
63+
<item name="android:theme">@style/MyToolbarTheme</item>
6464

6565
</style>
6666

0 commit comments

Comments
 (0)