Newer
Older
dxcgt / app / src / main / res / layout / simple_spinner_dropdown_item.xml
wangxitong on 6 Apr 2021 403 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<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:textStyle="bold"
    android:singleLine="true" />