aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/post_location_settings_add.xml
blob: ac9e3aff156ad384c386f15cce8cbb450c66e661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>