Changeset View
Changeset View
Standalone View
Standalone View
res/layout/rename_dialog.xml
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| android:orientation="vertical" | android:orientation="vertical" | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="match_parent"> | android:layout_height="match_parent"> | ||||
| <EditText | <EditText | ||||
| android:id="@+id/rename_dialog_bus_stop_name" | android:id="@+id/rename_dialog_bus_stop_name" | ||||
| android:inputType="text" | android:inputType="text" | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
| android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
| android:layout_marginRight="20dp" | android:layout_marginRight="20dp" | ||||
| android:selectAllOnFocus="true"/> | android:selectAllOnFocus="true"/> | ||||
| </LinearLayout> | </LinearLayout> | ||||
| No newline at end of file | No newline at end of file | ||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register