mirror of
https://github.com/YikeStone/android_ros_sensors.git
synced 2025-08-03 19:34:09 +05:30
13 lines
438 B
XML
13 lines
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<org.ros.android.view.RosTextView
|
|
android:id="@+id/text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="30dip" />
|
|
|
|
</LinearLayout> |