148 lines
6.1 KiB
XML
148 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2016 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:gravity="center"
|
|
android:layout_height="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<Button
|
|
android:id="@+id/btnGetCap"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_getCapabilities"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<TextView
|
|
android:gravity="center"
|
|
android:id="@+id/tvCap"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<Button
|
|
android:id="@+id/btnGetRvcCrop"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_getRvcCrop"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<TextView
|
|
android:gravity="center"
|
|
android:id="@+id/tvRvcCrop"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<Button
|
|
android:id="@+id/btnGetRvcPos"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_getRvcPos"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<TextView
|
|
android:gravity="center"
|
|
android:id="@+id/tvRvcPos"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<Button
|
|
android:id="@+id/btnGetCameraState"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_getCameraState"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<TextView
|
|
android:gravity="center"
|
|
android:id="@+id/tvCameraState"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<Button
|
|
android:id="@+id/btnSetRvcCrop"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_setRvcCrop"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<Button
|
|
android:id="@+id/btnSetRvcCrop2"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_setRvcCrop"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<Button
|
|
android:id="@+id/btnSetRvcPos"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_setRvcPos"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<Button
|
|
android:id="@+id/btnSetRvcPos2"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_setRvcPos"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
<Button
|
|
android:id="@+id/btnSetRvcPos3"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_setRvcPos"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:orientation="horizontal">
|
|
<ToggleButton
|
|
android:id="@+id/btnRvcState"
|
|
android:layout_height="@dimen/rvcBtnHeight"
|
|
android:layout_width ="@dimen/rvcBtnWidth"
|
|
android:text="@string/rvc_state"
|
|
android:textSize="@dimen/rvcTextSize"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|