Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renatovieiradesouza/6babe065ae2ba4ea75b060a7ccf50e40 to your computer and use it in GitHub Desktop.
Save renatovieiradesouza/6babe065ae2ba4ea75b060a7ccf50e40 to your computer and use it in GitHub Desktop.
activity_mail.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="16dp"
android:orientation="vertical"
tools:context=".MainActivity">
<Button
android:id="@+id/btnVerificar"
android:text="@string/txt_btn_verificar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<Button
android:id="@+id/btnPareados"
android:text="@string/txt_btn_pareados"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<Button
android:id="@+id/btnBuscarDispositivos"
android:text="@string/txt_btn_buscar_dispositivo"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment