summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-07 10:19:08 +0400
committerAndrew Dolgov <[email protected]>2011-09-07 10:19:08 +0400
commit0e9367b9e8dc6601eefcf2b7a5672ec725c03659 (patch)
tree1863998add9d86eea858d3e5f674656785bb1ef7 /res/layout/main.xml
parent8f9c60ddce4084fc478fdac6b4408adbe2559266 (diff)
add placeholder icon
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
new file mode 100644
index 00000000..4361cfe8
--- /dev/null
+++ b/res/layout/main.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
+</LinearLayout>