diff options
Diffstat (limited to 'res/layout/custom_screen.xml')
-rw-r--r-- | res/layout/custom_screen.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml index 0c4d7a2..2c41fef 100644 --- a/res/layout/custom_screen.xml +++ b/res/layout/custom_screen.xml @@ -17,7 +17,7 @@ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"> <FrameLayout android:id="@+id/fullscreen_custom_content" android:visibility="gone" - android:background="@color/dark_gray" + android:background="@color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" /> |