main.xml 442 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <org.ros.android.view.RosImageView
  6. android:layout_height="fill_parent" android:src="@mipmap/icon"
  7. android:id="@+id/image" android:layout_width="fill_parent">
  8. </org.ros.android.view.RosImageView>
  9. </LinearLayout>