aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-10-05 14:13:04 +0200
committerBananeweizen <Bananeweizen@gmx.de>2013-10-05 14:13:04 +0200
commite2eb5ff6b436b89e3c87cc235a58596a449d7ced (patch)
tree1051a2decbb7761eeaf7262db9a439b8a4b3f5af /main/res/layout
parent55dc849c4c5839468c762ee2c7b7c1ee5a89d648 (diff)
downloadcgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.zip
cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.gz
cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.bz2
new: settings for twitter message
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/template_preference_dialog.xml (renamed from main/res/layout/log_signature_preference_dialog.xml)25
1 files changed, 12 insertions, 13 deletions
diff --git a/main/res/layout/log_signature_preference_dialog.xml b/main/res/layout/template_preference_dialog.xml
index a5048a4..c5fc548 100644
--- a/main/res/layout/log_signature_preference_dialog.xml
+++ b/main/res/layout/template_preference_dialog.xml
@@ -2,23 +2,15 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="8dp"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:padding="8dp" >
- <TextView
- android:text="@string/init_signature_help_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="8dp"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
<EditText
android:id="@+id/signature_dialog_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/init_signature"
- android:inputType="textMultiLine|textCapSentences"
android:gravity="top|left"
+ android:inputType="textMultiLine|textCapSentences"
android:minLines="3"
android:singleLine="false" />
@@ -26,8 +18,15 @@
android:id="@+id/signature_templates"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingTop="8dp"
android:layout_gravity="right"
+ android:paddingTop="8dp"
android:text="@string/init_signature_template_button" />
-</LinearLayout>
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingBottom="8dp"
+ android:text="@string/init_template_help"
+ android:textAppearance="?android:attr/textAppearanceSmall" />
+
+</LinearLayout> \ No newline at end of file