Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / layout / notification_material_reply_text.xml
blobbc22eb49cf57fedd463f532df291111fc256175a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   ~ Copyright (C) 2015 The Android Open Source Project
4   ~
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   -->
18 <!-- Note: this layout is included from a view stub; layout attributes will be overridden. -->
19 <LinearLayout
20         xmlns:android="http://schemas.android.com/apk/res/android"
21         android:id="@+id/notification_material_reply_container"
22         android:layout_width="match_parent"
23         android:layout_height="wrap_content"
24         android:orientation="vertical"
25         android:paddingStart="@dimen/notification_content_margin_start">
27     <ImageView
28             android:layout_width="match_parent"
29             android:layout_height="1dip"
30             android:id="@+id/action_divider"
31             android:layout_marginBottom="15dp"
32             android:background="@drawable/notification_template_divider" />
34     <TextView
35             android:id="@+id/notification_material_reply_text_3"
36             android:layout_width="match_parent"
37             android:layout_height="wrap_content"
38             android:layout_marginEnd="@dimen/notification_content_margin_end"
39             android:visibility="gone"
40             android:textAppearance="@style/TextAppearance.Material.Notification.Reply"
41             android:singleLine="true" />
43     <TextView
44             android:id="@+id/notification_material_reply_text_2"
45             android:layout_width="match_parent"
46             android:layout_height="wrap_content"
47             android:layout_marginEnd="@dimen/notification_content_margin_end"
48             android:visibility="gone"
49             android:textAppearance="@style/TextAppearance.Material.Notification.Reply"
50             android:singleLine="true" />
52     <TextView
53             android:id="@+id/notification_material_reply_text_1"
54             android:layout_width="match_parent"
55             android:layout_height="wrap_content"
56             android:layout_marginBottom="15dp"
57             android:layout_marginEnd="@dimen/notification_content_margin_end"
58             android:textAppearance="@style/TextAppearance.Material.Notification.Reply"
59             android:singleLine="true" />
61 </LinearLayout>