blob: db40c4fde05360067ac91bd22147e6119ac63d01 [file] [log] [blame]
Mady Mellordea7ecf2018-12-10 15:47:40 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2018 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 -->
Mady Mellor3d82e682019-02-05 13:34:48 -080017<com.android.systemui.bubbles.BubbleExpandedView
Mady Mellordea7ecf2018-12-10 15:47:40 -080018 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_height="wrap_content"
20 android:layout_width="match_parent"
Mady Mellor9801e852019-01-22 14:50:28 -080021 android:orientation="vertical"
Mady Mellordea7ecf2018-12-10 15:47:40 -080022 android:id="@+id/bubble_expanded_view">
23
Mady Mellordea7ecf2018-12-10 15:47:40 -080024 <View
25 android:id="@+id/pointer_view"
26 android:layout_width="@dimen/bubble_pointer_width"
27 android:layout_height="@dimen/bubble_pointer_height"
28 />
Mark Renouf89b1a4a2018-12-04 14:59:45 -050029
Lyn Han69149122019-04-30 12:03:12 -070030 <com.android.systemui.statusbar.AlphaOptimizedButton
31 style="@android:style/Widget.Material.Button.Borderless"
32 android:id="@+id/settings_button"
Lyn Han5aa27e22019-05-15 10:55:07 -070033 android:layout_gravity="start"
Lyn Han69149122019-04-30 12:03:12 -070034 android:layout_width="wrap_content"
Mady Mellore8e07712019-01-23 12:45:33 -080035 android:layout_height="wrap_content"
Lyn Han69149122019-04-30 12:03:12 -070036 android:focusable="true"
37 android:text="@string/manage_bubbles_text"
Lyn Han5aa27e22019-05-15 10:55:07 -070038 android:textColor="?attr/wallpaperTextColor"
39 />
Mark Renouf89b1a4a2018-12-04 14:59:45 -050040
Mady Mellor3d82e682019-02-05 13:34:48 -080041</com.android.systemui.bubbles.BubbleExpandedView>