Skip to content

Commit 160acde

Browse files
committed
added support to attach this view to fragments too
1 parent 766c50a commit 160acde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<item name="android:colorBackground">@color/colorBackground</item>
1313
</style>
1414

15+
1516
<style name="NewTitleStyle" parent="@style/TitleStyle" >
1617
<item name="android:fontFamily">@font/googlesans_bold</item>
1718
<item name="android:textColor">?attr/colorOnSurface</item>
@@ -27,6 +28,7 @@
2728

2829
<style name="ThemeOverLayForm" parent="@style/ThemeOverlay.MaterialComponents">
2930
<item name="colorSurface">#fff</item>
31+
3032
</style>
3133

3234

0 commit comments

Comments
 (0)