Revision 2d60ebde
Added by Leszek Koltunski over 5 years ago
| src/main/res/layout/dialog_set_name.xml | ||
|---|---|---|
| 28 | 28 |
|
| 29 | 29 |
<EditText |
| 30 | 30 |
android:id="@+id/set_name" |
| 31 |
android:singleLine="true" |
|
| 32 |
android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" |
|
| 31 | 33 |
android:layout_width="match_parent" |
| 32 | 34 |
android:layout_height="wrap_content" |
| 33 | 35 |
android:layout_marginLeft="50dp" |
Also available in: Unified diff
More progress with the new Dialog, SetName.