blob: 5d302a6babae83f2136687cb7fb9e41321f3f0a4 [file] [log] [blame]
Dmitri Plotnikove843f912010-09-16 15:21:48 -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
Dmitri Plotnikov18ffaa22010-12-03 14:28:00 -080017<com.android.contacts.editor.GroupMembershipView
Dmitri Plotnikove843f912010-09-16 15:21:48 -070018 xmlns:android="http://schemas.android.com/apk/res/android"
Maurice Chub03e6a22012-05-04 12:46:25 -070019 android:id="@+id/group_membership_view"
Dmitri Plotnikove843f912010-09-16 15:21:48 -070020 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
Brian Attwell043fba62014-10-30 11:11:56 -070022 android:orientation="horizontal">
Dmitri Plotnikove843f912010-09-16 15:21:48 -070023
Brian Attwell043fba62014-10-30 11:11:56 -070024 <ImageView
25 android:id="@+id/kind_icon"
Wenyi Wang5663f082016-05-02 20:27:18 -070026 android:src="@drawable/ic_menu_label"
Brian Attwell043fba62014-10-30 11:11:56 -070027 style="@style/EditKindIconStyle" />
Dmitri Plotnikove843f912010-09-16 15:21:48 -070028
29 <Button
Brian Attwell6639a9e2014-07-15 10:22:58 -070030 style="@style/SpinnerButtonStyle"
Dmitri Plotnikove843f912010-09-16 15:21:48 -070031 android:id="@+id/group_list"
32 android:layout_width="match_parent"
Katherine Kuan9db59fe2011-09-06 13:11:30 -070033 android:layout_height="wrap_content"
34 android:minHeight="@dimen/editor_min_line_item_height"
Brian Attwell043fba62014-10-30 11:11:56 -070035 android:textSize="@dimen/editor_form_text_size"
guanxiongliu8d29af02016-03-17 09:50:54 -070036 android:textAlignment="viewStart"
Tingting Wangfa09bef2015-11-13 08:43:42 -080037 android:singleLine="true"
38 android:ellipsize="end"
Katherine Kuana7c3d4d2011-07-14 20:58:31 -070039 android:focusable="true"
Brian Attwell043fba62014-10-30 11:11:56 -070040 android:layout_marginEnd="@dimen/editor_delete_button_size"
41 android:layout_marginBottom="@dimen/editor_padding_between_editor_views"
guanxiongliu8d29af02016-03-17 09:50:54 -070042 android:paddingRight="@dimen/editor_spinner_right_padding"/>
Dmitri Plotnikove843f912010-09-16 15:21:48 -070043
guanxiongliu8d29af02016-03-17 09:50:54 -070044</com.android.contacts.editor.GroupMembershipView>