summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dummy_fragment.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/dummy_fragment.xml b/res/layout/dummy_fragment.xml
new file mode 100644
index 00000000..665e60db
--- /dev/null
+++ b/res/layout/dummy_fragment.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/dummy_fragment"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
+
+</FrameLayout> \ No newline at end of file