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-land/coords.xml | 1 - main/res/layout-land/navigate.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'main/res/layout-land') diff --git a/main/res/layout-land/coords.xml b/main/res/layout-land/coords.xml index aa09600..1388187 100644 --- a/main/res/layout-land/coords.xml +++ b/main/res/layout-land/coords.xml @@ -3,7 +3,6 @@ android:id="@+id/linearLayout1" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="?background_color" android:orientation="vertical" > diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml index c19374b..d13f345 100644 --- a/main/res/layout-land/navigate.xml +++ b/main/res/layout-land/navigate.xml @@ -2,8 +2,7 @@ + android:orientation="vertical"> -- cgit v1.1