Newer
Older
dxcgt_app / app / src / main / res / layout / simple_spinner_item.xml
wangxitong on 12 Jan 2021 393 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    style="?android:attr/spinnerItemStyle"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:ellipsize="marquee"
    android:textStyle="bold"
    android:singleLine="true"
    android:textColor="#8D8D8D" />