L leitor79 Active Member Licensed User Longtime User Dec 8, 2018 #1 Hi, How can I align the text to the right in a FloatLabeledEditText? The setting in the designer seems to have no effect. Thank you!
Hi, How can I align the text to the right in a FloatLabeledEditText? The setting in the designer seems to have no effect. Thank you!
Computersmith64 Well-Known Member Licensed User Longtime User Dec 8, 2018 #2 You need to do it in code using: B4X: FloatLabeledEditText.EditText.Gravity = Gravity.RIGHT - Colin. Upvote 0