Posts by Danilo Vilarinho • 31 points
3 posts
-
0
votes2
answers142
viewsA: Spacing in a Gridview
I managed to solve my problem. On the line " imageView.setScaleType(Imageview.ScaleType.FIT_END);" in XML Adapter. I changed from "CENTER_CROP" to "FIT_END" and solved my problem. However, I would…
-
1
votes2
answers142
viewsQ: Spacing in a Gridview
I have in my android project a gridview that I define as follows: I created an XML Adapter, so gridview cuts some letters (icons), as it represents the image below. As I just started developing, I…
-
2
votes0
answers123
viewsQ: Not all my class="posts" appear on the page
Hello! I am developing an app with Html5 to learn. I got a template ready using boostrap. I’m having a hard time getting it on one of my "pages", all the fields.. <ul class="posts"> <li…