aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/template_preference_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/template_preference_dialog.xml')
-rw-r--r--main/res/layout/template_preference_dialog.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/template_preference_dialog.xml b/main/res/layout/template_preference_dialog.xml
index c5fc548..343cc5f 100644
--- a/main/res/layout/template_preference_dialog.xml
+++ b/main/res/layout/template_preference_dialog.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:padding="8dp" >
+ android:padding="8dp"
+ tools:context=".settings.TemplateTextPreference" >
<EditText
android:id="@+id/signature_dialog_text"