diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 00:36:01 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 00:36:01 +0200 |
commit | 66b16be501291215c9184f0221d3a6642a09ecf5 (patch) | |
tree | 0eff15da0f104d62d89d6e7ee3ceace4c34864d3 /res/layout/basic_settings.xml | |
parent | 7ef4e9634718245fb2e9e01412119b96ef368441 (diff) |
Hide the keyboard in the settings by default
Diffstat (limited to 'res/layout/basic_settings.xml')
-rw-r--r-- | res/layout/basic_settings.xml | 3 |
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" |