From b4f5f85823ea0663898a835822803d77ae29239b Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 2 Feb 2013 14:45:43 +0100 Subject: Remove background attributes on layouts If a background attribute is set on both a layout and a theme, the background is drawn twice. Since our themes define a background color, there is no need to set it on individual layouts too. --- main/res/layout/simple_dir_chooser.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main/res/layout/simple_dir_chooser.xml') diff --git a/main/res/layout/simple_dir_chooser.xml b/main/res/layout/simple_dir_chooser.xml index 1b6b659..32f8c00 100644 --- a/main/res/layout/simple_dir_chooser.xml +++ b/main/res/layout/simple_dir_chooser.xml @@ -3,8 +3,7 @@ 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">