Selim Cinek | 83bc783 | 2015-10-22 13:26:54 -0700 | [diff] [blame] | 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 | --> |
| 17 | |
Rohan Shah | 20790b8 | 2018-07-02 17:21:04 -0700 | [diff] [blame] | 18 | <com.android.systemui.statusbar.notification.row.HybridNotificationView |
Selim Cinek | 83bc783 | 2015-10-22 13:26:54 -0700 | [diff] [blame] | 19 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 20 | android:layout_width="match_parent" |
Selim Cinek | 7b83639 | 2015-12-04 20:02:59 -0800 | [diff] [blame] | 21 | android:layout_height="wrap_content" |
Adrian Roos | 6f6e159 | 2017-05-02 16:22:53 -0700 | [diff] [blame] | 22 | android:gravity="bottom|start" |
Jeff DeCew | ed36ea6 | 2022-06-15 21:08:58 +0000 | [diff] [blame] | 23 | android:paddingStart="@*android:dimen/notification_content_margin_start" |
| 24 | android:paddingEnd="12dp"> |
Selim Cinek | 83bc783 | 2015-10-22 13:26:54 -0700 | [diff] [blame] | 25 | <TextView |
| 26 | android:id="@+id/notification_title" |
| 27 | android:layout_width="wrap_content" |
| 28 | android:layout_height="wrap_content" |
Adrian Roos | 6f6e159 | 2017-05-02 16:22:53 -0700 | [diff] [blame] | 29 | android:singleLine="true" |
Jeff DeCew | ed36ea6 | 2022-06-15 21:08:58 +0000 | [diff] [blame] | 30 | android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification.Title" |
| 31 | android:paddingEnd="4dp" |
Selim Cinek | 83bc783 | 2015-10-22 13:26:54 -0700 | [diff] [blame] | 32 | /> |
| 33 | <TextView |
| 34 | android:id="@+id/notification_text" |
Selim Cinek | 7b83639 | 2015-12-04 20:02:59 -0800 | [diff] [blame] | 35 | android:layout_width="match_parent" |
Selim Cinek | 83bc783 | 2015-10-22 13:26:54 -0700 | [diff] [blame] | 36 | android:layout_height="wrap_content" |
Selim Cinek | 83bc783 | 2015-10-22 13:26:54 -0700 | [diff] [blame] | 37 | android:singleLine="true" |
Jeff DeCew | ed36ea6 | 2022-06-15 21:08:58 +0000 | [diff] [blame] | 38 | android:paddingEnd="4dp" |
| 39 | style="@*android:style/Widget.DeviceDefault.Notification.Text" |
Adrian Roos | 6f6e159 | 2017-05-02 16:22:53 -0700 | [diff] [blame] | 40 | /> |
Rohan Shah | 20790b8 | 2018-07-02 17:21:04 -0700 | [diff] [blame] | 41 | </com.android.systemui.statusbar.notification.row.HybridNotificationView> |