2016-05-25 06:09:24 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-02-22 07:43:50 +08:00
|
|
|
android:id="@android:id/text1"
|
2021-06-20 03:45:16 +08:00
|
|
|
style="@style/Widget.Tachiyomi.SpinnerItem"
|
2020-02-22 07:43:50 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/dropdownListPreferredItemHeight"
|
2020-03-08 02:28:27 +08:00
|
|
|
android:ellipsize="end"
|
2020-02-22 07:43:50 +08:00
|
|
|
android:singleLine="true" />
|