Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I've been fighting with a scrollview since last night. I went from trying to anchor a couple buttons to the bottom of the screen in a scrollview to now I'm elbow deep in the source code trying to figure out what the heck fillViewport really does and why it isn't working in my layout.
-
Eariel19088y@ryanmhoffman, If I recall properly (but I doubt it) what it does is that if the content is shorter than the space you allotted to the ScrollView, it forces it to fill it. If your content is longer doesn't affect anything. I think I came to that conclusion by using several colors as background and using different datasets as content. Sometimes I just can't get it by reading the code.
-
<WholeApp
android:visibility="invisible">
<!-- Problem solved -->
</WholeApp> -
@ryanmhoffman
It doesn't really matter.
[Tag-Based description language] screams in never-ending agony
:P -
@ryanmhoffman Well you dont use tags like this
<Code><Code/>
Anyways
Its
<Code properties="example"/> -
@AlgoRythm Touche. I didn't realize I was going to have code review on my made up XML rant tag 😀
Related Rants
<rant>
Android layouts
<endRant/>
undefined
layouts
android