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

@ -5,7 +5,6 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:fitsSystemWindows="true"
android:paddingBottom="@dimen/mini_player_height">
@ -43,7 +42,6 @@
android:id="@+id/tabLyrics"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorSurface"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"