blob: d1e0ceae20aca7aaae140b0c778fc6508b47e5ed [file] [log] [blame]
Paul Lawrenceacbac8c2015-11-02 12:42:42 -08001<?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
17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent"
20 android:orientation="vertical"
21 android:layout_marginBottom="12dp" >
22
23 <TextView
24 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"
Fan Zhang81682a42017-05-03 15:49:11 -070026 android:layout_marginStart="@dimen/preference_no_icon_padding_start"
Paul Lawrenceacbac8c2015-11-02 12:42:42 -080027 android:layout_marginEnd="12dp"
28 android:layout_marginTop="12dp"
29 android:textSize="18sp"
30 android:text="@string/convert_to_fbe_warning" />
31
32 <LinearLayout
33 android:layout_width="wrap_content"
34 android:layout_height="fill_parent"
35 android:layout_gravity="center"
36 android:orientation="horizontal">
37 <Button
38 android:id="@+id/button_convert_fbe"
39 android:layout_width="wrap_content"
40 android:layout_height="wrap_content"
41 android:layout_gravity="bottom"
42 android:layout_marginBottom="12dp"
43 android:text="@string/button_convert_fbe" />
44 </LinearLayout>
45
46</LinearLayout>