aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/add_quickpress_shortcut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/add_quickpress_shortcut.xml')
-rw-r--r--WordPress/src/main/res/layout/add_quickpress_shortcut.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/add_quickpress_shortcut.xml b/WordPress/src/main/res/layout/add_quickpress_shortcut.xml
new file mode 100644
index 000000000..adf481edc
--- /dev/null
+++ b/WordPress/src/main/res/layout/add_quickpress_shortcut.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:background="#FFEEEEEE">
+ <ListView
+ android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:divider="@drawable/list_divider"
+ android:dividerHeight="1px"
+ android:cacheColorHint="#00000000" />
+</LinearLayout>