Fix background colors to point directly to theme attribute

BUG: 17520824
Change-Id: I77fcbc2a5535f4916053cf1668cbe2e432b2dc95
This commit is contained in:
Alan Viverette
2014-09-23 18:14:54 -07:00
parent 3b04714bdf
commit f81f72ffed
5 changed files with 14 additions and 34 deletions

View File

@@ -15,15 +15,8 @@
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="0dip"
android:insetTop="0dip"
android:insetRight="0dip"
android:insetBottom="0dip">
android:inset="0dip">
<shape android:shape="rectangle">
<solid android:color="@color/default_preference_background_color" />
</shape>
<color android:color="?android:attr/colorBackground" />
</inset>

View File

@@ -15,13 +15,8 @@
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="0dip"
android:insetTop="0dip"
android:insetRight="0dip"
android:insetBottom="0dip">
android:inset="0dip">
<shape android:shape="rectangle">
<solid android:color="@color/preference_background_color" />
</shape>
<color android:color="?android:attr/colorBackground" />
</inset>

View File

@@ -15,15 +15,8 @@
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="0dip"
android:insetTop="0dip"
android:insetRight="0dip"
android:insetBottom="0dip">
android:inset="0dip">
<shape android:shape="rectangle">
<solid android:color="@color/search_panel_list_background_color" />
</shape>
<color android:color="?android:attr/colorBackground" />
</inset>