editing and saving channels kinda works

This commit is contained in:
geeksville 2020-04-09 16:33:42 -07:00
parent 1d32dad6de
commit 2b588ac7e7
7 changed files with 137 additions and 64 deletions

View file

@ -21,6 +21,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/channel_name"
android:imeOptions="actionDone"
android:maxLength="12"
android:singleLine="true"
android:text="@string/unset" />
</com.google.android.material.textfield.TextInputLayout>

View file

@ -25,4 +25,5 @@
<string name="error_bluetooth">Error - this app requires bluetooth</string>
<string name="starting_pairing">Starting pairing</string>
<string name="pairing_failed">Pairing failed</string>
<string name="url_for_join">A URL for joining a Meshtastic mesh</string>
</resources>