2011-03-22 18:59:01 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-08-05 04:02:05 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
2012-08-06 12:57:56 +02:00
|
|
|
|
|
|
|
<org.openpilot.androidgcs.CompassView
|
|
|
|
android:id="@+id/compass_view"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2012-08-05 04:02:05 +02:00
|
|
|
|
2012-08-06 12:57:56 +02:00
|
|
|
<org.openpilot.androidgcs.AttitudeView
|
|
|
|
android:id="@+id/attitude_view"
|
2012-08-05 04:02:05 +02:00
|
|
|
android:layout_width="fill_parent"
|
2012-08-06 12:57:56 +02:00
|
|
|
android:layout_height="fill_parent" />
|
2011-03-22 18:59:01 +01:00
|
|
|
</LinearLayout>
|