android - What is the difference between gravity="center" and textAlignment="center" and centralHorizontal="true" -


i have question layout arrangement in android. seems me gravity="center" , textalignment="center" same thing? how centralhorizontal="true" ?

for practicality purposes, textalignment , gravity equivalent, except textalignment member of view class , gravity member of textview class. layout_centerhorizontal defines how view should placed in relation it's parent view, while former 2 deal how view should lay out it's subviews.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -