blob: ac90482efc6ce6b9ddc4543842970daf6e126576 [file] [log] [blame]
Katherine Kuan1b220732011-04-28 18:45:39 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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<!-- Layout of "add field" row in contact editor -->
Katherine Kuana6664232011-07-20 21:47:58 -070017<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
Katherine Kuan1b220732011-04-28 18:45:39 -070018 android:layout_width="match_parent"
19 android:layout_height="wrap_content"
Daniel Lehmannca87e9c2012-03-06 14:02:31 -080020 android:minHeight="48dip"
Katherine Kuan1ebbd5b2011-08-05 14:39:34 -070021 android:paddingLeft="@dimen/editor_add_field_label_left_padding"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070022 android:paddingStart="@dimen/editor_add_field_label_left_padding"
Yorke Leedd25cd02013-01-22 08:50:56 -080023 android:background="?android:attr/selectableItemBackground"
24 android:focusable="true"
25 android:clickable="true">
Katherine Kuan1b220732011-04-28 18:45:39 -070026 <TextView
27 android:id="@+id/add_text"
28 android:layout_gravity="center_vertical"
Katherine Kuana6664232011-07-20 21:47:58 -070029 android:layout_width="match_parent"
Katherine Kuan1b220732011-04-28 18:45:39 -070030 android:layout_height="wrap_content"
Katherine Kuana6664232011-07-20 21:47:58 -070031 android:duplicateParentState="true"
32 android:textAppearance="?android:attr/textAppearanceMedium"
Katherine Kuanfd709032011-08-02 14:18:16 -070033 android:textColor="?android:attr/textColorSecondary"
Katherine Kuan398e3802011-07-21 21:16:15 -070034 android:text="@string/add_new_entry_for_section" />
Katherine Kuana6664232011-07-20 21:47:58 -070035</FrameLayout>