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

Login Activity #6

Open
Virako opened this issue Jan 10, 2019 · 1 comment
Open

Login Activity #6

Virako opened this issue Jan 10, 2019 · 1 comment
Milestone

Comments

@Virako
Copy link
Member

Virako commented Jan 10, 2019

login

For put logo in android, you should create a ImageView and put the logo in res/drawable/ Later, in the code, put the following:

val logo = findViewById<ImageView>(R.id.logo)
logo.setImageDrawable(getDrawable(R.drawable.icon))

The button could be round, but we should touch the styles and perhaps it is complicated. You can try to put round button, in other case put the square button.

Important: this screen will appear if the user not login previously, in other case, we move to Main activity.

@Virako Virako added this to the v1 milestone Jan 10, 2019
@Virako
Copy link
Member Author

Virako commented Jan 10, 2019

This task depend on #3

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

No branches or pull requests

1 participant