Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2011 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 
     17 <!-- Buttons to send test broadcasts -->
     18 <ScrollView
     19     xmlns:android="http://schemas.android.com/apk/res/android"
     20     android:layout_width="match_parent"
     21     android:layout_height="match_parent">
     22 
     23   <LinearLayout
     24     android:layout_width="match_parent"
     25     android:layout_height="match_parent"
     26     android:orientation="vertical">
     27 
     28     <Button android:id="@+id/button_etws_normal_type"
     29         android:text="@string/button_etws_normal_type"
     30         android:layout_marginLeft="20dp"
     31         android:layout_marginTop="20dp"
     32         android:layout_width="wrap_content"
     33         android:layout_height="wrap_content" />
     34 
     35     <Button android:id="@+id/button_etws_cancel_type"
     36         android:text="@string/button_etws_cancel_type"
     37         android:layout_marginLeft="20dp"
     38         android:layout_width="wrap_content"
     39         android:layout_height="wrap_content" />
     40 
     41     <Button android:id="@+id/button_etws_test_type"
     42         android:text="@string/button_etws_test_type"
     43         android:layout_marginLeft="20dp"
     44         android:layout_width="wrap_content"
     45         android:layout_height="wrap_content" />
     46 
     47     <Button android:id="@+id/button_gsm_7bit_type"
     48         android:text="@string/button_gsm_7bit_type"
     49         android:layout_marginLeft="20dp"
     50         android:layout_width="wrap_content"
     51         android:layout_height="wrap_content" />
     52 
     53     <Button android:id="@+id/button_gsm_7bit_umts_type"
     54         android:text="@string/button_gsm_7bit_umts_type"
     55         android:layout_marginLeft="20dp"
     56         android:layout_width="wrap_content"
     57         android:layout_height="wrap_content" />
     58 
     59     <Button android:id="@+id/button_gsm_7bit_nopadding_type"
     60         android:text="@string/button_gsm_7bit_nopadding_type"
     61         android:layout_marginLeft="20dp"
     62         android:layout_width="wrap_content"
     63         android:layout_height="wrap_content" />
     64 
     65     <Button android:id="@+id/button_gsm_7bit_nopadding_umts_type"
     66         android:text="@string/button_gsm_7bit_nopadding_umts_type"
     67         android:layout_marginLeft="20dp"
     68         android:layout_width="wrap_content"
     69         android:layout_height="wrap_content" />
     70 
     71     <Button android:id="@+id/button_gsm_7bit_multipage_type"
     72         android:text="@string/button_gsm_7bit_multipage_type"
     73         android:layout_marginLeft="20dp"
     74         android:layout_width="wrap_content"
     75         android:layout_height="wrap_content" />
     76 
     77     <Button android:id="@+id/button_gsm_7bit_multipage_umts_type"
     78         android:text="@string/button_gsm_7bit_multipage_umts_type"
     79         android:layout_marginLeft="20dp"
     80         android:layout_width="wrap_content"
     81         android:layout_height="wrap_content" />
     82 
     83     <Button android:id="@+id/button_gsm_7bit_with_language_type"
     84         android:text="@string/button_gsm_7bit_with_language_type"
     85         android:layout_marginLeft="20dp"
     86         android:layout_width="wrap_content"
     87         android:layout_height="wrap_content" />
     88 
     89     <Button android:id="@+id/button_gsm_7bit_with_language_body_umts_type"
     90         android:text="@string/button_gsm_7bit_with_language_body_umts_type"
     91         android:layout_marginLeft="20dp"
     92         android:layout_width="wrap_content"
     93         android:layout_height="wrap_content" />
     94 
     95     <Button android:id="@+id/button_gsm_ucs2_type"
     96         android:text="@string/button_gsm_ucs2_type"
     97         android:layout_marginLeft="20dp"
     98         android:layout_width="wrap_content"
     99         android:layout_height="wrap_content" />
    100 
    101     <Button android:id="@+id/button_gsm_ucs2_umts_type"
    102         android:text="@string/button_gsm_ucs2_umts_type"
    103         android:layout_marginLeft="20dp"
    104         android:layout_width="wrap_content"
    105         android:layout_height="wrap_content" />
    106 
    107     <Button android:id="@+id/button_gsm_ucs2_multipage_umts_type"
    108         android:text="@string/button_gsm_ucs2_multipage_umts_type"
    109         android:layout_marginLeft="20dp"
    110         android:layout_width="wrap_content"
    111         android:layout_height="wrap_content" />
    112 
    113     <Button android:id="@+id/button_gsm_ucs2_with_language_type"
    114         android:text="@string/button_gsm_ucs2_with_language_type"
    115         android:layout_marginLeft="20dp"
    116         android:layout_width="wrap_content"
    117         android:layout_height="wrap_content" />
    118 
    119     <Button android:id="@+id/button_gsm_ucs2_with_language_umts_type"
    120         android:text="@string/button_gsm_ucs2_with_language_umts_type"
    121         android:layout_marginLeft="20dp"
    122         android:layout_width="wrap_content"
    123         android:layout_height="wrap_content" />
    124 
    125     <CheckBox android:id="@+id/button_delay_broadcast"
    126         android:text="@string/button_delay_broadcast"
    127         android:layout_marginLeft="20dp"
    128         android:layout_width="wrap_content"
    129         android:layout_height="wrap_content" />
    130 
    131   </LinearLayout>
    132 
    133 </ScrollView>
    134