summaryrefslogtreecommitdiff
path: root/res/layout/basic_settings.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-21 00:36:01 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-21 00:36:01 +0200
commit7ed3099348fc4cdb1ce9ce76eac34c4b6e80663e (patch)
tree0faf53b79ad20b4de98d03d8a6c433da674cb6fc /res/layout/basic_settings.xml
parente8261bbc90f46dad1a7c0bb8bd998ebf9107f0f9 (diff)
Hide the keyboard in the settings by defaultv0.5.14
Diffstat (limited to 'res/layout/basic_settings.xml')
-rw-r--r--res/layout/basic_settings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml
index 409936e1..492bf2c6 100644
--- a/res/layout/basic_settings.xml
+++ b/res/layout/basic_settings.xml
@@ -28,7 +28,8 @@
<TextView
style="@style/item"
android:text="@string/profilename"
- android:textAppearance="?android:attr/textAppearanceSmall" />
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
<EditText
android:id="@+id/profilename"