Xml文件  |  39行  |  1.64 KB

<?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:paddingTop="10dp"
                  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:gravity="center"
                  android:id="@+id/tvWaypointResult"
                  android:layout_height="wrap_content"
                  android:layout_weight="1"/>
    </LinearLayout>

    <LinearLayout android:layout_width="match_parent"
                  android:paddingTop="10dp"
                  android:layout_height="wrap_content"
                  android:orientation="horizontal">

        <TextView android:layout_width="0dp"
                  android:layout_height="wrap_content"
                  android:gravity="center"
                  android:text="@string/rings"
                  android:layout_weight="1"/>
        <TextView android:layout_width="0dp"
                  android:gravity="center"
                  android:id="@+id/tvRingsResult"
                  android:layout_height="wrap_content"
                  android:layout_weight="1"/>
    </LinearLayout>
</LinearLayout>