aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/domain_removal_preference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/domain_removal_preference.xml')
-rw-r--r--WordPress/src/main/res/layout/domain_removal_preference.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/domain_removal_preference.xml b/WordPress/src/main/res/layout/domain_removal_preference.xml
new file mode 100644
index 000000000..697d74cd0
--- /dev/null
+++ b/WordPress/src/main/res/layout/domain_removal_preference.xml
@@ -0,0 +1,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">
+
+ <TextView
+ android:id="@+id/domain"
+ android:paddingLeft="@dimen/start_over_preference_margin_small"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/primary_domain" />
+
+</LinearLayout>