Project

General

Profile

« Previous | Next » 

Revision 22b0a264

Added by Leszek Koltunski about 4 years ago

Do not allow more than 15 characters in the NAME.

View differences:

src/main/res/layout/dialog_set_name.xml
30 30
            android:id="@+id/set_name"
31 31
            android:singleLine="true"
32 32
            android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
33
            android:maxLength="15"
33 34
            android:layout_width="match_parent"
34 35
            android:layout_height="wrap_content"
35 36
            android:layout_marginLeft="50dp"

Also available in: Unified diff