1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  Copyright (C) 2017 The Android Open Source Project
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16  -->
17
18<ScrollView
19    xmlns:android="http://schemas.android.com/apk/res/android"
20    android:layout_width="match_parent"
21    android:layout_height="wrap_content">
22    <LinearLayout
23        android:orientation="vertical"
24        android:layout_width="match_parent"
25        android:layout_height="match_parent"
26        android:padding="@dimen/sim_content_padding">
27
28        <TextView
29            style="@style/device_info_dialog_label"
30            android:id="@+id/operator_name_label"
31            android:layout_width="match_parent"
32            android:layout_height="wrap_content"
33            android:text="@string/status_operator"/>
34        <TextView
35            style="@style/device_info_dialog_value"
36            android:id="@+id/operator_name_value"
37            android:layout_width="match_parent"
38            android:layout_height="wrap_content"
39            android:text="@string/device_info_not_available"/>
40
41        <TextView
42            style="@style/device_info_dialog_label"
43            android:id="@+id/number_label"
44            android:layout_width="match_parent"
45            android:layout_height="wrap_content"
46            android:text="@string/status_number_sim_status"/>
47        <TextView
48            style="@style/device_info_dialog_value"
49            android:id="@+id/number_value"
50            android:layout_width="match_parent"
51            android:layout_height="wrap_content"
52            android:text="@string/device_info_not_available"/>
53
54        <TextView
55            style="@style/device_info_dialog_label"
56            android:id="@+id/data_state_label"
57            android:layout_width="match_parent"
58            android:layout_height="wrap_content"
59            android:text="@string/status_data_state"/>
60        <TextView
61            style="@style/device_info_dialog_value"
62            android:id="@+id/data_state_value"
63            android:layout_width="match_parent"
64            android:layout_height="wrap_content"
65            android:text="@string/device_info_not_available"/>
66
67        <TextView
68            style="@style/device_info_dialog_label"
69            android:id="@+id/latest_area_info_label"
70            android:layout_width="match_parent"
71            android:layout_height="wrap_content"
72            android:text="@string/status_latest_area_info"/>
73        <TextView
74            style="@style/device_info_dialog_value"
75            android:id="@+id/latest_area_info_value"
76            android:layout_width="match_parent"
77            android:layout_height="wrap_content"
78            android:text="@string/device_info_not_available"/>
79
80        <TextView
81            style="@style/device_info_dialog_label"
82            android:id="@+id/service_state_label"
83            android:layout_width="match_parent"
84            android:layout_height="wrap_content"
85            android:text="@string/status_service_state"/>
86        <TextView
87            style="@style/device_info_dialog_value"
88            android:id="@+id/service_state_value"
89            android:layout_width="match_parent"
90            android:layout_height="wrap_content"
91            android:text="@string/device_info_not_available"/>
92
93        <TextView
94            style="@style/device_info_dialog_label"
95            android:id="@+id/signal_strength_label"
96            android:layout_width="match_parent"
97            android:layout_height="wrap_content"
98            android:text="@string/status_signal_strength"/>
99        <TextView
100            style="@style/device_info_dialog_value"
101            android:id="@+id/signal_strength_value"
102            android:layout_width="match_parent"
103            android:layout_height="wrap_content"
104            android:text="@string/device_info_not_available"/>
105
106        <TextView
107            style="@style/device_info_dialog_label"
108            android:id="@+id/voice_network_type_label"
109            android:layout_width="match_parent"
110            android:layout_height="wrap_content"
111            android:text="@string/status_voice_network_type"/>
112        <TextView
113            style="@style/device_info_dialog_value"
114            android:id="@+id/voice_network_type_value"
115            android:layout_width="match_parent"
116            android:layout_height="wrap_content"
117            android:text="@string/device_info_not_available"/>
118
119        <TextView
120            style="@style/device_info_dialog_label"
121            android:id="@+id/data_network_type_label"
122            android:layout_width="match_parent"
123            android:layout_height="wrap_content"
124            android:text="@string/status_data_network_type"/>
125        <TextView
126            style="@style/device_info_dialog_value"
127            android:id="@+id/data_network_type_value"
128            android:layout_width="match_parent"
129            android:layout_height="wrap_content"
130            android:text="@string/device_info_not_available"/>
131
132        <TextView
133            style="@style/device_info_dialog_label"
134            android:id="@+id/roaming_state_label"
135            android:layout_width="match_parent"
136            android:layout_height="wrap_content"
137            android:text="@string/status_roaming"/>
138        <TextView
139            style="@style/device_info_dialog_value"
140            android:id="@+id/roaming_state_value"
141            android:layout_width="match_parent"
142            android:layout_height="wrap_content"
143            android:text="@string/device_info_not_available"/>
144
145        <TextView
146            style="@style/device_info_dialog_label"
147            android:id="@+id/icc_id_label"
148            android:layout_width="match_parent"
149            android:layout_height="wrap_content"
150            android:text="@string/status_icc_id"/>
151        <TextView
152            style="@style/device_info_dialog_value"
153            android:id="@+id/icc_id_value"
154            android:layout_width="match_parent"
155            android:layout_height="wrap_content"
156            android:text="@string/device_info_not_available"/>
157
158        <TextView
159            style="@style/device_info_dialog_label"
160            android:id="@+id/esim_id_label"
161            android:layout_width="match_parent"
162            android:layout_height="wrap_content"
163            android:text="@string/status_esim_id"/>
164        <TextView
165            style="@style/device_info_dialog_value"
166            android:id="@+id/esim_id_value"
167            android:layout_width="match_parent"
168            android:layout_height="wrap_content"
169            android:text="@string/device_info_not_available"/>
170
171        <TextView
172            style="@style/device_info_dialog_label"
173            android:id="@+id/ims_reg_state_label"
174            android:layout_width="match_parent"
175            android:layout_height="wrap_content"
176            android:text="@string/ims_reg_title"/>
177        <TextView
178            style="@style/device_info_dialog_value"
179            android:id="@+id/ims_reg_state_value"
180            android:layout_width="match_parent"
181            android:layout_height="wrap_content"
182            android:text="@string/device_info_not_available"/>
183    </LinearLayout>
184</ScrollView>
185