Fixed spinner + improved ripple (#310)

This commit is contained in:
Bram van de Kerkhof
2016-05-25 00:09:24 +02:00
committed by inorichi
parent 6af78418a4
commit 26f4f53ec2
10 changed files with 41 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
style="@style/Theme.Widget.SpinnerItem"
android:layout_width="match_parent"
android:layout_height="?attr/dropdownListPreferredItemHeight"
android:ellipsize="marquee"
android:singleLine="true"/>