You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know you can set the text of the login buttons and such via XML or when building an Intent, but is there a way to change the background color of the ParseLoginActivity?
The text was updated successfully, but these errors were encountered:
Hi @Orbyt, we have not supported change the layout of the ParseLoginActivity yet. The easiest way to do it right now is to import the source code as a module to your project, and chage the background color in com_parse_ui_parse_login_form.xml under the layout folder.
@ankit7sethi No I dont think I did. I found it much easier to just create your own Login/Signup Activity and integrate it with the Parse login flow if you want to have a unique design
Copying the activity from source code to Your Layouts, then Modifying that copy as You want like changing the background color or anything else will override the default style.
I know you can set the text of the login buttons and such via XML or when building an Intent, but is there a way to change the background color of the ParseLoginActivity?
The text was updated successfully, but these errors were encountered: