aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cacheview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cacheview.xml')
-rw-r--r--main/res/layout/cacheview.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/res/layout/cacheview.xml b/main/res/layout/cacheview.xml
index 2f6f155..3dcf9d8 100644
--- a/main/res/layout/cacheview.xml
+++ b/main/res/layout/cacheview.xml
@@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res/cgeo.geocaching"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="?background_color"
android:orientation="vertical" >
<LinearLayout style="@style/action_bar" >
@@ -21,9 +20,9 @@
<ImageView
android:id="@+id/defaultNavigation"
style="@style/action_bar_action"
+ android:longClickable="true"
android:onClick="startDefaultNavigation"
- android:src="@drawable/actionbar_compass_dark"
- android:longClickable="true" />
+ android:src="@drawable/actionbar_compass_dark" />
<View style="@style/action_bar_separator" />
@@ -36,7 +35,7 @@
<android.support.v4.view.ViewPager
android:id="@+id/viewpager"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
android:layout_weight="1" />
<com.viewpagerindicator.TitlePageIndicator