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 | 7ed3099348fc4cdb1ce9ce76eac34c4b6e80663e (patch) | |
tree | 0faf53b79ad20b4de98d03d8a6c433da674cb6fc /res | |
parent | e8261bbc90f46dad1a7c0bb8bd998ebf9107f0f9 (diff) |
Hide the keyboard in the settings by defaultv0.5.14
Diffstat (limited to 'res')
-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" |