aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/start_over_preference_button.xml
blob: 47ba12a5c9442a33823c01d386fc132619af009c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/widget_frame"
    android:orientation="vertical"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <Button
        android:id="@+id/button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/button_more"
        android:theme="@style/WhiteButton" />

</LinearLayout>