blob: 18ac461ee24e0ddaf9ccdc459859a3eaa94baa1b [file] [log] [blame]
Jim Milleredfaaea2010-10-13 21:11:07 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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"
Fabrice Di Meglio21ddce62014-06-17 18:29:26 -070017 android:layout_width="match_parent"
18 android:layout_height="wrap_content"
Jason Monk3bcd76c2015-04-21 11:20:20 -040019 android:paddingStart="20dip"
20 android:paddingEnd="20dip"
21 android:paddingTop="20dip"
Jason Monk39eee0c2015-06-15 10:58:50 -040022 android:orientation="vertical">
Jim Milleredfaaea2010-10-13 21:11:07 -070023
Jason Monk3bcd76c2015-04-21 11:20:20 -040024 <EditText
25 android:id="@+id/owner_info_edit_text"
Jim Miller4b296492010-12-01 17:01:03 -080026 android:layout_width="match_parent"
Jason Monk3bcd76c2015-04-21 11:20:20 -040027 android:layout_height="wrap_content"
Doris Ling35007842018-05-17 11:26:21 -070028 android:minHeight="@dimen/min_tap_target_size"
Jason Monk3bcd76c2015-04-21 11:20:20 -040029 android:gravity="top"
30 android:hint="@string/owner_info_settings_edit_text_hint"
Ian Pedowitz836b7772018-07-20 16:37:07 -070031 android:inputType="textMultiLine|textCapSentences">
Fan Zhange7c3ca02018-07-20 15:34:13 -070032 <requestFocus />
33 </EditText>
Jim Miller4b296492010-12-01 17:01:03 -080034
Jim Milleredfaaea2010-10-13 21:11:07 -070035</LinearLayout>
36