Skip to content

Instantly share code, notes, and snippets.

@Falci
Last active December 13, 2015 17:39
Show Gist options
  • Save Falci/4950001 to your computer and use it in GitHub Desktop.
Save Falci/4950001 to your computer and use it in GitHub Desktop.
Adicionando o botão
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/label"
android:layout_centerHorizontal="true"
android:onClick="lerQR"
android:text="@string/ler" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment