Posts by Jonathan Souza • 26 points
2 posts
-
0
votes5
answers12363
viewsA: One component on top of the other
Reverse the order of the code. In Android the order of the factors changes the product :) If not, I switched emulator and check if it works. <?xml version="1.0" encoding="utf-8"?>…
-
1
votes2
answers123
viewsA: How to apply attributes of a parent Viewgroup to child in android studio?
Dear, I strongly advise you to use the resources Styles, dimen, Colors and strings. With them it is possible to configure "templates" and just call by name inside the layout. For example: If you had…