blob: 1ec446ea245600dc27a5b8d939ef085857917271 [file] [log] [blame]
Stuart Scottbe903412014-07-24 19:22:06 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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:layout_width="match_parent"
18 android:layout_height="match_parent"
19 android:orientation="vertical">
Stuart Scottbe903412014-07-24 19:22:06 -070020 <TextView
Andrew Sapperstein88930e32019-03-07 14:18:15 -080021 android:id="@+id/reset_network_confirm"
Stuart Scottbe903412014-07-24 19:22:06 -070022 android:layout_width="wrap_content"
Raff Tsaia5b25df2019-04-26 10:55:48 +080023 android:layout_height="0dp"
24 android:layout_weight="1"
25 android:layout_marginStart="@dimen/reset_network_margin_start"
26 android:layout_marginEnd="@dimen/reset_network_margin_end"
Stuart Scottbe903412014-07-24 19:22:06 -070027 android:layout_marginTop="12dp"
Raff Tsaia5b25df2019-04-26 10:55:48 +080028 android:textSize="18sp"
Stuart Scottbe903412014-07-24 19:22:06 -070029 android:text="@string/reset_network_final_desc" />
Raff Tsaia5b25df2019-04-26 10:55:48 +080030 <Button
31 android:id="@+id/execute_reset_network"
32 android:layout_gravity="end"
33 android:layout_marginEnd="@dimen/suc_customization_button_margin_end"
34 android:layout_marginTop="20dp"
35 android:layout_marginBottom="12dp"
Stuart Scottbe903412014-07-24 19:22:06 -070036 android:layout_width="wrap_content"
37 android:layout_height="wrap_content"
38 android:text="@string/reset_network_final_button_text"
Raff Tsaia5b25df2019-04-26 10:55:48 +080039 android:gravity="center"
40 style="@style/ActionPrimaryButton"/>
Stuart Scottbe903412014-07-24 19:22:06 -070041</LinearLayout>