Posts by tbalbinos • 31 points
2 posts
-
0
votes3
answers1571
viewsA: Textview is getting behind other objects
Inside the Adapter in the getView method has the snippet to add the Badgeview: if (convertView == null) { holder = new PresencaViewHolder(); convertView =…
-
3
votes3
answers1571
viewsQ: Textview is getting behind other objects
In my application, I have a textview that is getting behind the other objects on the screen, I wanted it to end where Imageview starts on the screen. This layout is used and filled in an Adapter for…