Tuesday 27 December 2016

What is the difference between layout gravity and gravity in android?

I always struggled when and where to use layout_gravity and gravity. Pleaae help me

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...