Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/676892d23366d57ad76c38dd3d2c82bd to your computer and use it in GitHub Desktop.
Save parzibyte/676892d23366d57ad76c38dd3d2c82bd to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/textViewResultados"
android:layout_width="307dp"
android:layout_height="257dp"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginRight="8dp"
android:scrollbars="vertical"
android:text="Aquí aparecerán los resultados"
android:textSize="18sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/editTextBusqueda" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment