Newer
Older
GasOperationApp / app / src / main / res / layout / simple_spinner_dropdown_item.xml
[wangxitong] on 24 May 2021 370 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="40dp"
    android:ellipsize="marquee"
      android:textStyle="bold"
    android:singleLine="true" />