Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 4, 2019 16:08
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/ba6154f706fd0c71256febd002741a0a to your computer and use it in GitHub Desktop.
Save parzibyte/ba6154f706fd0c71256febd002741a0a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?><!--
Este es el elemento que sale seleccionado en un spinner
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
android:padding="5dip"
android:textColor="#ffffff"
android:textSize="20sp" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment