Skip to content

Instantly share code, notes, and snippets.

@Falci
Last active December 13, 2015 17:39
Show Gist options
  • Save Falci/4949680 to your computer and use it in GitHub Desktop.
Save Falci/4949680 to your computer and use it in GitHub Desktop.
Alterando o TextView
<TextView
android:id="@+id/label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment