summaryrefslogtreecommitdiff
path: root/android/sdremote/res/layout-land/fragment_empty_slide.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/res/layout-land/fragment_empty_slide.xml')
-rw-r--r--android/sdremote/res/layout-land/fragment_empty_slide.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/sdremote/res/layout-land/fragment_empty_slide.xml b/android/sdremote/res/layout-land/fragment_empty_slide.xml
new file mode 100644
index 000000000000..37a733d2f47f
--- /dev/null
+++ b/android/sdremote/res/layout-land/fragment_empty_slide.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@color/background_slide_empty"
+ android:contentDescription="@string/description_empty_slide"
+ android:layout_gravity="center"
+ android:padding="@dimen/padding_empty_slide_layout"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/> \ No newline at end of file