SubwayTooter-Android-App/app/src/main/res/layout/lv_instance_dropdown.xml

9 lines
324 B
XML

<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView
android:id="@android:id/text1"
style="?android:attr/spinnerDropDownItemStyle"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="48dp"
android:ellipsize="marquee"
/>