diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-10-05 14:13:04 +0200 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-10-05 14:13:04 +0200 |
| commit | e2eb5ff6b436b89e3c87cc235a58596a449d7ced (patch) | |
| tree | 1051a2decbb7761eeaf7262db9a439b8a4b3f5af /main/res/layout/template_preference_dialog.xml | |
| parent | 55dc849c4c5839468c762ee2c7b7c1ee5a89d648 (diff) | |
| download | cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.zip cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.gz cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.bz2 | |
new: settings for twitter message
Diffstat (limited to 'main/res/layout/template_preference_dialog.xml')
| -rw-r--r-- | main/res/layout/template_preference_dialog.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/main/res/layout/template_preference_dialog.xml b/main/res/layout/template_preference_dialog.xml new file mode 100644 index 0000000..c5fc548 --- /dev/null +++ b/main/res/layout/template_preference_dialog.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:padding="8dp" > + + <EditText + android:id="@+id/signature_dialog_text" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:gravity="top|left" + android:inputType="textMultiLine|textCapSentences" + android:minLines="3" + android:singleLine="false" /> + + <Button + android:id="@+id/signature_templates" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="right" + android:paddingTop="8dp" + android:text="@string/init_signature_template_button" /> + + <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 |
