aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/post_location_settings_add.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/post_location_settings_add.xml')
-rw-r--r--WordPress/src/main/res/layout/post_location_settings_add.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/post_location_settings_add.xml b/WordPress/src/main/res/layout/post_location_settings_add.xml
new file mode 100644
index 000000000..ac9e3aff1
--- /dev/null
+++ b/WordPress/src/main/res/layout/post_location_settings_add.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/sectionLocationAdd"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/locationText"
+ android:layout_marginLeft="8dp"
+ android:layout_marginRight="8dp"
+ android:orientation="horizontal">
+
+ <Button
+ android:id="@+id/addLocation"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/add_location"
+ android:textSize="@dimen/text_sz_large"
+ android:drawableLeft="@drawable/ic_location_on_grey600_24dp"
+ android:drawablePadding="8dp" />
+</LinearLayout> \ No newline at end of file