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