aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/gpx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/gpx.xml')
-rw-r--r--main/res/layout/gpx.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/res/layout/gpx.xml b/main/res/layout/gpx.xml
index 1c7bc81..1f8665e 100644
--- a/main/res/layout/gpx.xml
+++ b/main/res/layout/gpx.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" />