summaryrefslogtreecommitdiff
path: root/res
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
commit66b16be501291215c9184f0221d3a6642a09ecf5 (patch)
tree0eff15da0f104d62d89d6e7ee3ceace4c34864d3 /res
parent7ef4e9634718245fb2e9e01412119b96ef368441 (diff)
Hide the keyboard in the settings by default
Diffstat (limited to 'res')
-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"