aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout-land
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-05-16 21:01:54 -1000
committercampbeb <bpcampbell@gmail.com>2013-05-16 21:01:54 -1000
commitb9aa6735dcd8460af199b937ab58d51a7b59f931 (patch)
treedb527407e9d022861e55602dfb773d3a9ebb2799 /main/res/layout-land
parent76a7404e536047dd74721ac9c89fd10a8a2dd16d (diff)
downloadcgeo-b9aa6735dcd8460af199b937ab58d51a7b59f931.zip
cgeo-b9aa6735dcd8460af199b937ab58d51a7b59f931.tar.gz
cgeo-b9aa6735dcd8460af199b937ab58d51a7b59f931.tar.bz2
Fix Overdraw
The background was being redrawn several times over as each activity was drawing it rather than inheriting from the theme
Diffstat (limited to 'main/res/layout-land')
-rw-r--r--main/res/layout-land/navigate.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml
index 5965128..9cf0def 100644
--- a/main/res/layout-land/navigate.xml
+++ b/main/res/layout-land/navigate.xml
@@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="?background_color"
android:orientation="vertical" >
<include layout="@layout/actionbar" />