kopia lustrzana https://github.com/ge0rg/aprsdroid
Update length property on callsign/callssid input fields
rodzic
a093047d89
commit
f7803f6cf2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue