Reduce overdraw on dropdown view

This commit is contained in:
Anthony Restaino 2015-03-25 21:56:52 -04:00
parent ecdf533188
commit f2f6f2761c

View File

@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?android:attr/listChoiceBackgroundIndicator"
android:clickable="false"
android:orientation="horizontal"
android:paddingBottom="3dp"