tufanv Expert Licensed User Longtime User May 9, 2016 #1 Hello When i set gravity to center horizontal and later add another line for gravity center vertical , center horizantal is lost. How can i both set horizontal and veritlcal to center. ? TY
Hello When i set gravity to center horizontal and later add another line for gravity center vertical , center horizantal is lost. How can i both set horizontal and veritlcal to center. ? TY
tufanv Expert Licensed User Longtime User May 9, 2016 #2 Just gravity.center fixed it . Sorry Upvote 0
klaus Expert Licensed User Longtime User May 9, 2016 #3 Try View.Gravity = Bit.Or(Gravity.CENTER_HORIZONTAL, Gravity.CENTER_VERTICAL) Upvote 0