2010-06-28 10:31:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
2014-05-26 14:59:15 +02:00
|
|
|
Copyright (C) 2014 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
2010-06-28 10:31:30 -04:00
|
|
|
-->
|
2013-06-28 16:54:01 -04:00
|
|
|
<com.android.systemui.statusbar.policy.HeadsUpNotificationView
|
2014-02-25 18:02:13 -05:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-05-26 14:59:15 +02:00
|
|
|
android:layout_height="match_parent"
|
2014-05-28 17:08:13 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:background="@drawable/heads_up_scrim">
|
2014-05-26 14:59:15 +02:00
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:layout_height="wrap_content"
|
2014-05-28 17:08:13 +02:00
|
|
|
android:paddingStart="@dimen/notification_side_padding"
|
|
|
|
android:paddingEnd="@dimen/notification_side_padding"
|
|
|
|
android:elevation="8dp"
|
2014-05-26 14:59:15 +02:00
|
|
|
android:id="@+id/content_holder"
|
|
|
|
style="@style/NotificationsQuickSettings" />
|
|
|
|
|
|
|
|
</com.android.systemui.statusbar.policy.HeadsUpNotificationView>
|