Skip to content

Instantly share code, notes, and snippets.

@mehmetbebek
Created February 12, 2014 21:57
Show Gist options
  • Save mehmetbebek/8965349 to your computer and use it in GitHub Desktop.
Save mehmetbebek/8965349 to your computer and use it in GitHub Desktop.
Android Text Alignment
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/textView2"
android:layout_alignBottom="@+id/textView2"
android:layout_alignLeft="@+id/imageView2"
android:layout_marginLeft="16dp"
android:gravity="center"
android:text="This is A Sample Text to See Alignment" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment