blob: 106c7e8aeef7ceeb9aeab902cace90c1d9847793 [file] [log] [blame]
Scott Kennedybcc67212013-08-07 17:43:35 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2013 Google Inc.
4 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-->
18<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
Scott Kennedybcc67212013-08-07 17:43:35 -070021 android:orientation="horizontal">
Andrew Sapperstein160f8a72014-09-07 15:46:35 -070022
Scott Kennedybcc67212013-08-07 17:43:35 -070023 <TextView
Andrew Sapperstein160f8a72014-09-07 15:46:35 -070024 android:id="@+id/undo_description_text"
25 android:layout_width="0dp"
Scott Kennedybcc67212013-08-07 17:43:35 -070026 android:layout_height="match_parent"
27 android:layout_weight="1"
28 android:ellipsize="end"
29 android:singleLine="true"
Andrew Sappersteina13b1eb2014-04-07 17:15:00 -070030 android:gravity="center_vertical"
Andrew Sapperstein160f8a72014-09-07 15:46:35 -070031 android:textColor="@android:color/white"
32 android:textSize="16sp"
Andrew Sappersteina13b1eb2014-04-07 17:15:00 -070033 style="@style/UndoDescriptionStyle" />
Scott Kennedybcc67212013-08-07 17:43:35 -070034
Scott Kennedybcc67212013-08-07 17:43:35 -070035 <TextView
36 android:id="@+id/undo_text"
Scott Kennedybcc67212013-08-07 17:43:35 -070037 android:layout_width="wrap_content"
38 android:layout_height="match_parent"
Scott Kennedybcc67212013-08-07 17:43:35 -070039 android:gravity="center_vertical"
Andrew Sapperstein160f8a72014-09-07 15:46:35 -070040 style="@style/UndoTextStyle" />
41
Scott Kennedybcc67212013-08-07 17:43:35 -070042</LinearLayout>