aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/waypoint_popup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/waypoint_popup.xml')
-rw-r--r--main/res/layout/waypoint_popup.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/res/layout/waypoint_popup.xml b/main/res/layout/waypoint_popup.xml
index 287fc3a..9a566ee 100644
--- a/main/res/layout/waypoint_popup.xml
+++ b/main/res/layout/waypoint_popup.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?background_color_transparent"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ tools:context=".WaypointPopupFragment" >
- <include layout="@layout/actionbar_popup" />
+ <include layout="@layout/actionbar_popup" />
<ScrollView
android:id="@+id/details_list_box"