Use consistent background color for all filterlist modes in all themes on tablets

pull/14/head
Sam Bosley 13 years ago
parent 68bb406e67
commit 227fd9d6ae

@ -7,7 +7,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?attr/asListPopoverBg"
android:background="@color/tablet_list_bg"
android:orientation="vertical">

Loading…
Cancel
Save