vpaliy / android-login

MIT License
324 stars 114 forks source link

Problem to set 'caption.setOnClickListener' on LoginActivity.java #9

Closed ArturoHerrera closed 5 years ago

ArturoHerrera commented 5 years ago

Hi, i try set 'caption.setOnClickListener' on LoginActivity.java, but 'caption' its from login_fragment layout, and LoginActivity uses activity_login.

How i can set an onclic event to 'VerticalTextView caption'?

Thank you.

image