Browse Source

Reduce overdraw on dropdown view

master
Anthony Restaino 10 years ago
parent
commit
f2f6f2761c
  1. 1
      res/layout/two_line_autocomplete.xml

1
res/layout/two_line_autocomplete.xml

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

Loading…
Cancel
Save