aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout-land
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout-land')
-rw-r--r--main/res/layout-land/coords.xml1
-rw-r--r--main/res/layout-land/navigate.xml3
2 files changed, 1 insertions, 3 deletions
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" >
<LinearLayout style="@style/action_bar" >
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 @@
<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" />