In this video, you will practice adding padding to a view, through a hands-on challenge. Give it a try!
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4701-beginning-android-layouts/lessons/6
In this video, you will practice adding padding to a view, through a hands-on challenge. Give it a try!
Hi @macsimus
So is that mean if i just assign 16dp for android:padding only then it will add 16dp for all start , bottom , left and right , is that correct ?
Thanks for the question, @ankm! Yes, that is correct. A single value for padding
will apply to all sides.