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
I have noticed that we I set the view to android:visibility="invisible" in the layout and then later make it visible via code. The view will display, but I can't seem to focus on it or tap on the view to try and enter data.
However, you can programmatically make the view "GONE" or "INVISIBLE" and then later make is visible. I'm using android version 6 on a nexus 6p is that helps. I haven't dug into the source code to find the problem because there's an easy work around but it might be worth having it documented as a issue for other too see.
The text was updated successfully, but these errors were encountered:
I have noticed that we I set the view to
android:visibility="invisible"
in the layout and then later make it visible via code. The view will display, but I can't seem to focus on it or tap on the view to try and enter data.However, you can programmatically make the view "GONE" or "INVISIBLE" and then later make is visible. I'm using android version 6 on a nexus 6p is that helps. I haven't dug into the source code to find the problem because there's an easy work around but it might be worth having it documented as a issue for other too see.
The text was updated successfully, but these errors were encountered: