Newer
Older
GasOperationApp / app / src / main / res / layout / simple_spinner_item.xml
[wangxitong] on 24 May 2021 421 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:textSize="18dp"
    android:textColor="#444444" />