Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to change background color of ParseLoginActivity? #88

Open
Orbyt opened this issue Nov 6, 2015 · 4 comments
Open

Possible to change background color of ParseLoginActivity? #88

Orbyt opened this issue Nov 6, 2015 · 4 comments
Labels

Comments

@Orbyt
Copy link

Orbyt commented Nov 6, 2015

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?

@wangmengyan95
Copy link
Contributor

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
Copy link

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

@Orbyt
Copy link
Author

Orbyt commented Jan 9, 2016

@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

@code2be
Copy link

code2be commented Aug 21, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants