blob: 77b90a182c2a041bf8641e7db2afe0c05b458229 [file] [log] [blame]
Qingxi Li0caad2f2018-01-05 10:52:42 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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-->
Qingxi Lic8a2b042018-01-11 11:35:07 -080016<LinearLayout
17 xmlns:android="http://schemas.android.com/apk/res/android"
Hunter Knepshielde8e86e62019-03-14 15:04:36 -070018 android:id="@+id/erase_esim_container"
pastychang79614822019-01-03 10:12:54 +080019 style="@style/SudDescription"
Hunter Knepshielde8e86e62019-03-14 15:04:36 -070020 android:layout_marginTop="40dp"
Qingxi Li0caad2f2018-01-05 10:52:42 -080021 android:layout_width="match_parent"
22 android:layout_height="wrap_content"
23 android:orientation="horizontal"
24 android:focusable="true"
25 android:clickable="true"
26 android:visibility="gone">
27
Qingxi Lic8a2b042018-01-11 11:35:07 -080028 <CheckBox
29 android:id="@+id/erase_esim"
pastychang79614822019-01-03 10:12:54 +080030 style="@style/SudCheckBox"
Qingxi Li0caad2f2018-01-05 10:52:42 -080031 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
33 android:layout_gravity="center_vertical"
Qingxi Li0caad2f2018-01-05 10:52:42 -080034 android:focusable="false"
35 android:clickable="false"
Qingxi Lie0681db2018-03-14 16:00:47 -070036 android:checked="true"
felkachanga6cec472018-03-29 12:08:20 +080037 android:duplicateParentState="true"/>
Qingxi Li0caad2f2018-01-05 10:52:42 -080038
Qingxi Lic8a2b042018-01-11 11:35:07 -080039 <LinearLayout
40 android:layout_width="match_parent"
Qingxi Li0caad2f2018-01-05 10:52:42 -080041 android:layout_height="wrap_content"
42 android:layout_gravity="center_vertical"
43 android:orientation="vertical">
44
Qingxi Lic8a2b042018-01-11 11:35:07 -080045 <TextView
pastychang79614822019-01-03 10:12:54 +080046 style="@style/TextAppearance.SudGlifItemTitle"
Qingxi Li0caad2f2018-01-05 10:52:42 -080047 android:layout_width="wrap_content"
Hunter Knepshielde8e86e62019-03-14 15:04:36 -070048 android:layout_height="wrap_content"
49 android:text="@string/reset_esim_title"/>
Qingxi Li0caad2f2018-01-05 10:52:42 -080050
51 <TextView
pastychang79614822019-01-03 10:12:54 +080052 style="@style/TextAppearance.SudGlifItemSummary"
Qingxi Li0caad2f2018-01-05 10:52:42 -080053 android:layout_width="wrap_content"
54 android:layout_height="wrap_content"
felkachanga6cec472018-03-29 12:08:20 +080055 android:text="@string/reset_esim_desc"/>
Qingxi Li0caad2f2018-01-05 10:52:42 -080056 </LinearLayout>
57</LinearLayout>