python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I want to show this LinearLayout in only 1 recyclerview at a time
I have attached an image of my recyclerview, in my onClick method I show or hide a linearlayout with some image buttons however I want to hide linearlayout when I click on another recyclerview item, b...
Yeury De los Santos
Votes: 0
Answers: 3
Remove large gap between images in Linear Layout Android Studio
I have a program that is adding imageViews to a linear layout within a horizontal scrollview, but each image ends up with a very large gap between each one. This looks terrible, and I want to reduce t...

Jadon Latta
Votes: 0
Answers: 1
How to make text appear under the image, within a horizontal scrollview?
I'm trying to make a HorizontalScrollview. Every image within the scroll view should have a caption underneath. I found some other posts saying to wrap the Image/Text views inside a vertical linear la...
Roman Kudryashov
Votes: 0
Answers: 1
LinearLayout elements sizes XML
I can make something like this in my layout but I want to put the ok button at right.
But when I try to make this I have this instead of.
here is my code(second image).
<LinearLayout xmlns:android=...

Ilya Pafnutov
Votes: 0
Answers: 2