summaryrefslogtreecommitdiffstats
path: root/photoviewer/res/layout/photo_activity_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'photoviewer/res/layout/photo_activity_view.xml')
-rw-r--r--photoviewer/res/layout/photo_activity_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/photoviewer/res/layout/photo_activity_view.xml b/photoviewer/res/layout/photo_activity_view.xml
index 15acd5c..b7ffdfd 100644
--- a/photoviewer/res/layout/photo_activity_view.xml
+++ b/photoviewer/res/layout/photo_activity_view.xml
@@ -18,7 +18,8 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/photo_activity_root_view"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:background="@color/solid_black" >
<com.android.ex.photo.PhotoViewPager
android:id="@+id/photo_view_pager"