GitNex/app/src/main/res/layout/spinner_dropdown_item.xml

11 lines
423 B
XML

<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:singleLine="true"
android:layout_width="match_parent"
android:padding="10dp"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:background="?attr/primaryBackgroundColor"
android:textColor="?attr/primaryTextColor"/>