blob: f47083af490252ef2b7bae67265662d661f01e58 [file] [log] [blame]
Mady Mellor4b80b102016-01-22 08:03:58 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright 2016, 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<com.android.systemui.statusbar.NotificationSettingsIconRow
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:systemui="http://schemas.android.com/apk/res-auto"
Mady Mellorf0625802016-02-11 18:03:48 -080020 android:layout_width="wrap_content"
Mady Mellor4b80b102016-01-22 08:03:58 -080021 android:layout_height="wrap_content"
Mady Mellorf153f5f2016-02-29 14:54:53 -080022 android:visibility="invisible"
Mady Mellor4b80b102016-01-22 08:03:58 -080023 >
24
25 <com.android.systemui.statusbar.AlphaOptimizedImageView
26 android:id="@+id/gear_icon"
Mady Mellorf0625802016-02-11 18:03:48 -080027 android:layout_width="@dimen/notification_gear_width"
28 android:layout_height="@dimen/notification_gear_height"
29 android:paddingTop="@dimen/notification_gear_top_padding"
30 android:paddingStart="@dimen/notification_gear_padding"
31 android:paddingEnd="@dimen/notification_gear_padding"
32 android:paddingBottom="@dimen/notification_gear_padding"
Mady Mellor4b80b102016-01-22 08:03:58 -080033 android:src="@drawable/ic_settings"
34 android:tint="@color/notification_gear_color"
Mady Mellor4b80b102016-01-22 08:03:58 -080035 android:alpha="0"
36 android:background="?android:attr/selectableItemBackgroundBorderless"
37 />
38
39</com.android.systemui.statusbar.NotificationSettingsIconRow>