Remove android:background from parent views of fragment

This commit is contained in:
Prathamesh More 2022-04-19 13:45:01 +05:30
parent 3105da068d
commit 4563378505
24 changed files with 45 additions and 85 deletions

View file

@ -8,6 +8,7 @@
<item name="materialCardViewStyle">@style/Widget.Material3.CardView.Elevated</item>
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
<item name="popupMenuBackground">@drawable/popup_background</item>
<item name="android:windowBackground">?attr/colorSurface</item>
</style>
<style name="Theme.AppWidget" parent="@android:style/Theme.DeviceDefault.DayNight">