Skip to content

Commit f2c22b9

Browse files
committed
Add white background to fragment media detail
1 parent 7e25617 commit f2c22b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_media_detail.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:orientation="vertical"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6-
android:background="@android:color/background_dark"
6+
android:background="@android:color/background_light"
77
>
88

99
<ProgressBar

0 commit comments

Comments
 (0)