ahumph2 / Team-8-TCSS-450

Chat client and server project for TCSS 450.
3 stars 2 forks source link

Registration page stub #9

Open ahumph2 opened 2 years ago

RyanUWT commented 2 years ago

Started working on this. Ran into an error. Need to research later. Error text:

"Missing autofillHints attribute

Specify an autofillHints attribute when targeting SDK version 26 or higher or explicitly specify that the view is not important for autofill. Your app can help an autofill service classify the data correctly by providing the meaning of each view that could be autofillable, such as views representing usernames, passwords, credit card fields, email addresses, etc.

The hints can have any value, but it is recommended to use predefined values like 'username' for a username or 'creditCardNumber' for a credit card number. For a list of all predefined autofill hint constants, see the AUTOFILLHINT constants in the View reference at https://developer.android.com/reference/android/view/View.html.

You can mark a view unimportant for autofill by specifying an importantForAutofill attribute on that view or a parent view. See https://developer.android.com/reference/android/view/View.html#setImportantForAutofill(int)."

RyanUWT commented 2 years ago

Finished adding all the text fields.

Image

ahumph2 commented 2 years ago

Adjusting size of form fields.

RyanUWT commented 2 years ago

Adjusted sizes and added background color.

Image