I have a dashboard in my app which is created with a gridview.
The first time the user launches the app I want to show some tooltips over the gridView. How can I place some linearlayout over the gridview?
I have a dashboard in my app which is created with a gridview. The
Share
You could put your gridview inside a
FrameLayoutor aRelativeLayoutas these allow views to overlap. Then you can place and position your LinearLayout in the same layout and it will appear over the gridwiew.