blob: c499248ed93124d5a44aa9af6993a572002886f0 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView android:layout_width="0dp"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/waypoint_differences"
android:layout_weight="1"/>
<TextView android:layout_width="0dp"
android:layout_height="wrap_content"
android:gravity="center"
android:id="@+id/tvWaypointResult"
android:layout_weight="1"/>
</LinearLayout>
<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:orientation="horizontal">
<TextView android:layout_width="0dp"
android:gravity="center"
android:text="@string/path_differences"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<TextView android:layout_width="0dp"
android:layout_height="wrap_content"
android:gravity="center"
android:id="@+id/tvPathResult"
android:layout_weight="1"/>
</LinearLayout>
</LinearLayout>