I'm following an online tutorial about Android Studio. But in the video clip, the instructor use textAlignment which is under textAppearance which is under textView under Attributes. In Design View. I looked on the developer website but couldn't find the answer. In my Android Studio 3.1.2, it stops with textStyle (B,I,Tt). I would like to add this function to my attributes.
Screenshot from instructor video
You should use your Text tab instead of the Design one; it's better to learn XML through code than visual design.
You can still use the attribute textAlignment in your Text.
Just do this, select Text to go to the code editor.
and then just add the attribute to your textview.
You can select any alignment you want.