user3265784
user3265784

Reputation:

Textfield Align Input Text Center

I am making an android application. There, I have a textfield. All I want is to make it so when the user enters a text, it is aligned in the center of the textfield and not on the left as it is. I have made some search but I have found nothing about textfields. Thanks a lot

Upvotes: 3

Views: 4769

Answers (1)

Triode
Triode

Reputation: 11359

android:gravity="center"

And when ever you post the question post the relevant code.

Upvotes: 8

Related Questions