apkfuckery/com.discord/res/layout/support_simple_spinner_drop...

3 lines
323 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-04 20:08:30 +00:00
<TextView android:ellipsize="marquee" android:id="@android:id/text1" android:layout_width="fill_parent" android:layout_height="?dropdownListPreferredItemHeight" android:singleLine="true" style="?spinnerDropDownItemStyle"
2019-02-04 20:05:16 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" />