1*b7c941bbSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*b7c941bbSAndroid Build Coastguard Worker<!-- Copyright (C) 2015 The Android Open Source Project 3*b7c941bbSAndroid Build Coastguard Worker 4*b7c941bbSAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*b7c941bbSAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*b7c941bbSAndroid Build Coastguard Worker You may obtain a copy of the License at 7*b7c941bbSAndroid Build Coastguard Worker 8*b7c941bbSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*b7c941bbSAndroid Build Coastguard Worker 10*b7c941bbSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*b7c941bbSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*b7c941bbSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*b7c941bbSAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*b7c941bbSAndroid Build Coastguard Worker limitations under the License. 15*b7c941bbSAndroid Build Coastguard Worker--> 16*b7c941bbSAndroid Build Coastguard Worker<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 17*b7c941bbSAndroid Build Coastguard Worker style="@style/RootLayoutPadding" 18*b7c941bbSAndroid Build Coastguard Worker android:orientation="vertical" 19*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 20*b7c941bbSAndroid Build Coastguard Worker android:layout_height="match_parent"> 21*b7c941bbSAndroid Build Coastguard Worker 22*b7c941bbSAndroid Build Coastguard Worker <ScrollView 23*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 24*b7c941bbSAndroid Build Coastguard Worker android:layout_height="match_parent"> 25*b7c941bbSAndroid Build Coastguard Worker <LinearLayout 26*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 27*b7c941bbSAndroid Build Coastguard Worker android:layout_height="match_parent" 28*b7c941bbSAndroid Build Coastguard Worker android:orientation="vertical"> 29*b7c941bbSAndroid Build Coastguard Worker <TextView 30*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/device_owner_wifi_lockdown_info" 31*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 32*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" 33*b7c941bbSAndroid Build Coastguard Worker android:padding="2dip" 34*b7c941bbSAndroid Build Coastguard Worker android:text="@string/device_owner_wifi_lockdown_info" 35*b7c941bbSAndroid Build Coastguard Worker android:textSize="12dip" /> 36*b7c941bbSAndroid Build Coastguard Worker 37*b7c941bbSAndroid Build Coastguard Worker <EditText 38*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/device_owner_wifi_ssid" 39*b7c941bbSAndroid Build Coastguard Worker android:hint="(SSID)" 40*b7c941bbSAndroid Build Coastguard Worker android:layout_marginLeft="50dip" 41*b7c941bbSAndroid Build Coastguard Worker android:layout_width="wrap_content" 42*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" /> 43*b7c941bbSAndroid Build Coastguard Worker 44*b7c941bbSAndroid Build Coastguard Worker <RadioGroup 45*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/device_owner_keyManagementMethods" 46*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 47*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" 48*b7c941bbSAndroid Build Coastguard Worker android:orientation="vertical"> 49*b7c941bbSAndroid Build Coastguard Worker <RadioButton 50*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/device_owner_keymgmnt_none" 51*b7c941bbSAndroid Build Coastguard Worker android:layout_width="wrap_content" 52*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" 53*b7c941bbSAndroid Build Coastguard Worker android:text="@string/device_owner_wifi_key_management_none_button" /> 54*b7c941bbSAndroid Build Coastguard Worker <RadioButton 55*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/device_owner_keymgmnt_wpa" 56*b7c941bbSAndroid Build Coastguard Worker android:layout_width="wrap_content" 57*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" 58*b7c941bbSAndroid Build Coastguard Worker android:text="@string/device_owner_wifi_key_management_wpa_button" /> 59*b7c941bbSAndroid Build Coastguard Worker <RadioButton 60*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/device_owner_keymgmnt_wep" 61*b7c941bbSAndroid Build Coastguard Worker android:layout_width="wrap_content" 62*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" 63*b7c941bbSAndroid Build Coastguard Worker android:text="@string/device_owner_wifi_key_management_wep_button" /> 64*b7c941bbSAndroid Build Coastguard Worker </RadioGroup> 65*b7c941bbSAndroid Build Coastguard Worker 66*b7c941bbSAndroid Build Coastguard Worker <Button 67*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/create_wifi_config_button" 68*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 69*b7c941bbSAndroid Build Coastguard Worker android:layout_height="wrap_content" 70*b7c941bbSAndroid Build Coastguard Worker android:textSize="12dip" 71*b7c941bbSAndroid Build Coastguard Worker android:text="@string/create_wifi_config_button_label" /> 72*b7c941bbSAndroid Build Coastguard Worker 73*b7c941bbSAndroid Build Coastguard Worker <ListView 74*b7c941bbSAndroid Build Coastguard Worker android:id="@+id/android:list" 75*b7c941bbSAndroid Build Coastguard Worker android:layout_width="match_parent" 76*b7c941bbSAndroid Build Coastguard Worker android:layout_height="230dip"/> 77*b7c941bbSAndroid Build Coastguard Worker 78*b7c941bbSAndroid Build Coastguard Worker <include layout="@layout/pass_fail_buttons" /> 79*b7c941bbSAndroid Build Coastguard Worker</LinearLayout> 80*b7c941bbSAndroid Build Coastguard Worker</ScrollView> 81*b7c941bbSAndroid Build Coastguard Worker</LinearLayout> 82