Meshtastic-Android/app/src/main/res/layout/dialog_map_name.xml
PWRxPSYCHO b490d40d2e Making progress.
Still need to build the manager & clean up code
2022-03-01 09:28:37 -05:00

18 lines
No EOL
610 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<EditText
android:id="@+id/mapName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginTop="16dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="4dp"
android:hint="Name"
android:inputType="text" />
</LinearLayout>