mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
22 lines
609 B
XML
Executable File
22 lines
609 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/layout_root"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical"
|
|
android:padding="10dp" >
|
|
|
|
<EditText
|
|
android:id="@+id/gdxDialogsEditTextInput"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:inputType="text"
|
|
android:maxLines="1"
|
|
android:maxLength="15"
|
|
>
|
|
|
|
<requestFocus />
|
|
|
|
</EditText>
|
|
|
|
</LinearLayout> |