blob: c80ff4ad33384554a508e87f0ad1e0ce751ed374 [file] [log] [blame]
Andrew Sapperstein888388c2013-08-01 22:51:37 -07001<?xml version="1.0" encoding="utf-8"?>
Andrew Sappersteineb58a092014-06-24 14:03:49 -07002<!--
3 Copyright (C) 2014 Google Inc.
4 Licensed to The Android Open Source Project.
Andrew Sapperstein888388c2013-08-01 22:51:37 -07005
Andrew Sappersteineb58a092014-06-24 14:03:49 -07006 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
Andrew Sapperstein888388c2013-08-01 22:51:37 -070018<View xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
Andrew Sapperstein7dc32fd2014-08-04 18:06:53 -070021 android:background="@color/conversation_view_item_background_color" />