blob: 9d0a50dc1446eb397e2e1158069f380002a2d49b [file] [log] [blame]
Mindy Pereira6c72a782012-04-07 14:29:15 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Andy Huang370f8682013-04-09 12:44:44 -07003 Copyright (C) 2013 Google Inc.
Mindy Pereira6c72a782012-04-07 14:29:15 -07004 Licensed to The Android Open Source Project.
5
6 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 Sappersteinc2c9dc12012-07-02 18:17:32 -070018<com.android.mail.ui.LeaveBehindItem xmlns:android="http://schemas.android.com/apk/res/android"
Mindy Pereira6c72a782012-04-07 14:29:15 -070019 android:layout_width="match_parent"
Andy Huang370f8682013-04-09 12:44:44 -070020 android:layout_height="match_parent"
21 android:background="@color/swiped_bg_color">
Scott Kennedybcc67212013-08-07 17:43:35 -070022
23 <include
Andy Huang370f8682013-04-09 12:44:44 -070024 android:id="@+id/swipeable_content"
Scott Kennedybcc67212013-08-07 17:43:35 -070025 layout="@layout/swipe_leavebehind_body" />
Mindy Pereira07b8b1b2012-04-17 15:48:01 -070026
Andy Huang370f8682013-04-09 12:44:44 -070027</com.android.mail.ui.LeaveBehindItem>