Update length property on callsign/callssid input fields

pull/317/head
Georg Lukas 2021-08-27 18:05:16 +02:00
rodzic a093047d89
commit f7803f6cf2
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -38,6 +38,8 @@
android:layout_marginRight="10sp"
android:singleLine="true"
android:inputType="textCapCharacters"
android:digits="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-"
android:maxLength="10"
android:hint="@string/p_callsign"
/>
<EditText

Wyświetl plik

@ -17,7 +17,7 @@
android:singleLine="true"
android:inputType="textCapCharacters"
android:digits="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-"
android:maxLength="9"
android:maxLength="10"
android:hint="@string/p_callsign"
/>
<EditText

Wyświetl plik

@ -9,7 +9,7 @@
android:key="callsign"
android:inputType="textCapCharacters"
android:digits="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
android:maxLength="9"
android:maxLength="7"
android:title="@string/p_callsign_nossid"
android:summary="@string/p_callsign_summary"
android:hint="@string/p_callsign_nossid"