Issue with android tablayout switch tab
Posted
by user330915
on Stack Overflow
See other posts from Stack Overflow
or by user330915
Published on 2010-05-02T17:50:42Z
Indexed on
2010/05/02
17:58 UTC
Read the original article
Hit count: 200
android
I am a new android developer, just tried something with Android Tablayout.
There are two tabs and one tab has a GridView and the other one has a DatePicker. I created an activity and layout for each tab.
The problem is that when I switch to the gridView, the background is not refreshed, and the images are just drawn over the DatePicker, so through images, the DatePicker still can be seen. It really bothers me.
What should I do to have a clean background for imageView?
Steve
© Stack Overflow or respective owner