Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2016 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     17     android:gravity="center"
     18     android:layout_height="match_parent"
     19     android:layout_width="match_parent"
     20     android:layout_marginTop="100dp"
     21     android:orientation="vertical">
     22 
     23     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     24         android:layout_height="wrap_content"
     25         android:layout_width="match_parent"
     26         android:orientation="horizontal">
     27         <Button
     28             android:id="@+id/btnGetCap"
     29             android:layout_height="@dimen/rvcBtnHeight"
     30             android:layout_width ="@dimen/rvcBtnWidth"
     31             android:text="@string/rvc_getCapabilities"
     32             android:textSize="@dimen/rvcTextSize"/>
     33         <TextView
     34             android:gravity="center"
     35             android:id="@+id/tvCap"
     36             android:layout_height="@dimen/rvcBtnHeight"
     37             android:layout_width ="@dimen/rvcBtnWidth"
     38             android:textSize="@dimen/rvcTextSize"/>
     39     </LinearLayout>
     40 
     41     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     42         android:layout_height="wrap_content"
     43         android:layout_width="match_parent"
     44         android:orientation="horizontal">
     45         <Button
     46             android:id="@+id/btnGetRvcCrop"
     47             android:layout_height="@dimen/rvcBtnHeight"
     48             android:layout_width ="@dimen/rvcBtnWidth"
     49             android:text="@string/rvc_getRvcCrop"
     50             android:textSize="@dimen/rvcTextSize"/>
     51         <TextView
     52             android:gravity="center"
     53             android:id="@+id/tvRvcCrop"
     54             android:layout_height="@dimen/rvcBtnHeight"
     55             android:layout_width ="@dimen/rvcBtnWidth"
     56             android:textSize="@dimen/rvcTextSize"/>
     57     </LinearLayout>
     58 
     59     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     60         android:layout_height="wrap_content"
     61         android:layout_width="match_parent"
     62         android:orientation="horizontal">
     63         <Button
     64             android:id="@+id/btnGetRvcPos"
     65             android:layout_height="@dimen/rvcBtnHeight"
     66             android:layout_width ="@dimen/rvcBtnWidth"
     67             android:text="@string/rvc_getRvcPos"
     68             android:textSize="@dimen/rvcTextSize"/>
     69         <TextView
     70             android:gravity="center"
     71             android:id="@+id/tvRvcPos"
     72             android:layout_height="@dimen/rvcBtnHeight"
     73             android:layout_width ="@dimen/rvcBtnWidth"
     74             android:textSize="@dimen/rvcTextSize"/>
     75     </LinearLayout>
     76 
     77     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     78         android:layout_height="wrap_content"
     79         android:layout_width="match_parent"
     80         android:orientation="horizontal">
     81         <Button
     82             android:id="@+id/btnGetCameraState"
     83             android:layout_height="@dimen/rvcBtnHeight"
     84             android:layout_width ="@dimen/rvcBtnWidth"
     85             android:text="@string/rvc_getCameraState"
     86             android:textSize="@dimen/rvcTextSize"/>
     87         <TextView
     88             android:gravity="center"
     89             android:id="@+id/tvCameraState"
     90             android:layout_height="@dimen/rvcBtnHeight"
     91             android:layout_width ="@dimen/rvcBtnWidth"
     92             android:textSize="@dimen/rvcTextSize"/>
     93     </LinearLayout>
     94 
     95     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     96         android:layout_height="wrap_content"
     97         android:layout_width="match_parent"
     98         android:orientation="horizontal">
     99         <Button
    100             android:id="@+id/btnSetRvcCrop"
    101             android:layout_height="@dimen/rvcBtnHeight"
    102             android:layout_width ="@dimen/rvcBtnWidth"
    103             android:text="@string/rvc_setRvcCrop"
    104             android:textSize="@dimen/rvcTextSize"/>
    105         <Button
    106             android:id="@+id/btnSetRvcCrop2"
    107             android:layout_height="@dimen/rvcBtnHeight"
    108             android:layout_width ="@dimen/rvcBtnWidth"
    109             android:text="@string/rvc_setRvcCrop"
    110             android:textSize="@dimen/rvcTextSize"/>
    111     </LinearLayout>
    112 
    113     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    114         android:layout_height="wrap_content"
    115         android:layout_width="match_parent"
    116         android:orientation="horizontal">
    117         <Button
    118             android:id="@+id/btnSetRvcPos"
    119             android:layout_height="@dimen/rvcBtnHeight"
    120             android:layout_width ="@dimen/rvcBtnWidth"
    121             android:text="@string/rvc_setRvcPos"
    122             android:textSize="@dimen/rvcTextSize"/>
    123         <Button
    124             android:id="@+id/btnSetRvcPos2"
    125             android:layout_height="@dimen/rvcBtnHeight"
    126             android:layout_width ="@dimen/rvcBtnWidth"
    127             android:text="@string/rvc_setRvcPos"
    128             android:textSize="@dimen/rvcTextSize"/>
    129         <Button
    130             android:id="@+id/btnSetRvcPos3"
    131             android:layout_height="@dimen/rvcBtnHeight"
    132             android:layout_width ="@dimen/rvcBtnWidth"
    133             android:text="@string/rvc_setRvcPos"
    134             android:textSize="@dimen/rvcTextSize"/>
    135     </LinearLayout>
    136 
    137     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    138         android:layout_height="wrap_content"
    139         android:layout_width="match_parent"
    140         android:orientation="horizontal">
    141         <ToggleButton
    142             android:id="@+id/btnRvcState"
    143             android:layout_height="@dimen/rvcBtnHeight"
    144             android:layout_width ="@dimen/rvcBtnWidth"
    145             android:text="@string/rvc_state"
    146             android:textSize="@dimen/rvcTextSize"/>
    147     </LinearLayout>
    148 </LinearLayout>
    149