Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 4, 2019 16:10
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/7b0eba453613121eac612fb18ea21412 to your computer and use it in GitHub Desktop.
Save parzibyte/7b0eba453613121eac612fb18ea21412 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!--
Este es el elemento que sale en un spinner; es decir, en la lista
(no es el que se selecciona, es el que sale en la lista)
-->
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
style="?android:attr/spinnerDropDownItemStyle"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:ellipsize="marquee"
android:singleLine="true"
android:textColor="#000000" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment