author | Da Risk <darisk972@gmail.com> |
Tue, 03 Nov 2009 01:49:00 +0100 | |
changeset 489 | 77c573c8217e |
parent 293 | 597ee98a6477 |
child 555 | 5262009d9a24 |
permissions | -rw-r--r-- |
211 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
android:orientation="vertical" android:layout_width="fill_parent" |
|
4 |
android:layout_height="fill_parent"> |
|
5 |
||
6 |
<EditText android:id="@+id/CDAliasDialogName" |
|
293 | 7 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
489
77c573c8217e
some improvements about input methods
Da Risk <darisk972@gmail.com>
parents:
293
diff
changeset
|
8 |
android:inputType="textPersonName" android:imeOptions="actionDone" |
293 | 9 |
android:singleLine="true" android:maxLines="1" /> |
211 | 10 |
|
11 |
<Button android:id="@+id/CDAliasDialogOk" android:layout_width="fill_parent" |
|
12 |
android:layout_height="wrap_content" android:text="@string/OkButton" /> |
|
13 |
||
489
77c573c8217e
some improvements about input methods
Da Risk <darisk972@gmail.com>
parents:
293
diff
changeset
|
14 |
</LinearLayout> |