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
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.
The text was updated successfully, but these errors were encountered:
For put logo in android, you should create a ImageView and put the logo in res/drawable/ Later, in the code, put the following:
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.
The text was updated successfully, but these errors were encountered: