ParseUI-Android icon indicating copy to clipboard operation
ParseUI-Android copied to clipboard

Possible to change background color of ParseLoginActivity?

Open Orbyt opened this issue 10 years ago • 4 comments

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?

Orbyt avatar Nov 06 '15 05:11 Orbyt

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.

wangmengyan95 avatar Nov 19 '15 23:11 wangmengyan95

Hi, @Orbyt , did you find the solution for changing its background with importing the xml file?

ankit7sethi avatar Jan 08 '16 14:01 ankit7sethi

@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

Orbyt avatar Jan 09 '16 06:01 Orbyt

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.

code2be avatar Aug 21 '16 13:08 code2be