Remove android:background from parent views of fragment
This commit is contained in:
parent
3105da068d
commit
4563378505
24 changed files with 45 additions and 85 deletions
|
@ -12,6 +12,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:defaultNavHost="true"
|
||||
android:background="?attr/colorSurface"
|
||||
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
|
||||
tools:layout="@layout/fragment_home" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue