blob: 1b6490924f158925bee9c996491c4ae169681ce6 [file] [log] [blame]
Jason parksec5a45e2011-01-18 15:28:36 -06001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 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"
20 >
21
Andy Stadler8dbcb882011-01-30 16:25:38 -080022 <ScrollView
23 android:layout_width="match_parent"
24 android:layout_height="0dip"
Fabrice Di Meglio79d8e802012-07-19 19:25:50 -070025 android:layout_marginStart="16dp"
26 android:layout_marginEnd="16dp"
Andy Stadler8dbcb882011-01-30 16:25:38 -080027 android:layout_marginTop="16dp"
28 android:layout_weight="1"
29 >
30 <TextView
31 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
33 android:layout_marginTop="8dip"
34 android:layout_marginBottom="16dip"
35 android:textAppearance="?android:attr/textAppearanceMedium"
36 android:text="@string/crypt_keeper_final_desc"
37 />
38 </ScrollView>
Jason parksec5a45e2011-01-18 15:28:36 -060039
40 <Button android:id="@+id/execute_encrypt"
41 android:layout_gravity="center_horizontal"
Andy Stadler8dbcb882011-01-30 16:25:38 -080042 android:layout_marginTop="16dip"
43 android:layout_marginBottom="16dip"
Jason parksec5a45e2011-01-18 15:28:36 -060044 android:layout_width="wrap_content"
45 android:layout_height="wrap_content"
46 android:text="@string/crypt_keeper_button_text"
47 android:gravity="center" />
48
49</LinearLayout>