blob: cb5864e9552044d4650210b366e72ac795884de8 [file] [log] [blame]
Daisuke Miyakawad4baa3f2011-05-26 09:24:00 -07001<?xml version="1.0" encoding="utf-8"?>
Scott Kennedyc85e75e2014-07-10 14:36:05 -07002<!--
3 Copyright (C) 2014 The Android Open Source Project
Daisuke Miyakawad4baa3f2011-05-26 09:24:00 -07004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Jin Cao4db8ccc2014-07-30 10:11:07 -070017<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Daisuke Miyakawad4baa3f2011-05-26 09:24:00 -070018 android:layout_width="match_parent"
Jin Caod5257722014-11-05 13:24:17 -080019 android:layout_height="wrap_content"
Jin Cao6fc1fee2014-07-29 17:56:44 -070020 android:background="@drawable/chips_dropdown_background"
Jin Caod5257722014-11-05 13:24:17 -080021 android:minHeight="@dimen/chip_dropdown_height"
Jin Caoa21fd882014-08-10 13:07:11 -070022 android:padding="12dp">
Scott Kennedyc85e75e2014-07-10 14:36:05 -070023
Jin Cao4ddcdae2014-07-28 19:03:56 -070024 <com.android.ex.chips.CircularImageView style="@style/ChipStartIconStyle" />
Scott Kennedyc85e75e2014-07-10 14:36:05 -070025
Jin Caodc71a1d2014-07-31 10:32:05 -070026 <LinearLayout style="@style/ChipTextViewLayoutStyle">
Scott Kennedyc85e75e2014-07-10 14:36:05 -070027
Jin Cao4db8ccc2014-07-30 10:11:07 -070028 <TextView style="@style/ChipTitleStyle" />
Scott Kennedyc85e75e2014-07-10 14:36:05 -070029
Jin Cao4db8ccc2014-07-30 10:11:07 -070030 <TextView style="@style/ChipSubtitleStyle" />
31
32 </LinearLayout>
33
Jin Caoa21fd882014-08-10 13:07:11 -070034 <ImageView style="@style/ChipDeleteIconStyle" />
Jin Cao4db8ccc2014-07-30 10:11:07 -070035
36</LinearLayout>