diff options
Diffstat (limited to 'main/res/layout/caches.xml')
| -rw-r--r-- | main/res/layout/caches.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/res/layout/caches.xml b/main/res/layout/caches.xml index 6e39fee..3381341 100644 --- a/main/res/layout/caches.xml +++ b/main/res/layout/caches.xml @@ -2,8 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" - android:background="?background_color" > + android:orientation="vertical"> <LinearLayout style="@style/action_bar"> <ImageView style="@style/action_bar_action" android:onClick="goHome" /> |
