blob: 13d80786db296690c8101952307323ad156f19b7 [file] [log] [blame]
Jason Monk5b3aa362015-03-18 16:03:57 -04001<?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
tmfang0d07dd12018-10-04 17:59:03 +080018<RelativeLayout
Fan Zhang3ca5e452017-03-02 16:53:15 -080019 xmlns:android="http://schemas.android.com/apk/res/android"
Jason Monk5b3aa362015-03-18 16:03:57 -040020 android:layout_width="match_parent"
tmfang7fb266f2019-02-18 11:08:24 +080021 android:layout_height="wrap_content"
22 android:background="@android:color/transparent">
Jason Monk5b3aa362015-03-18 16:03:57 -040023
tmfang0d07dd12018-10-04 17:59:03 +080024 <com.android.settingslib.widget.settingsspinner.SettingsSpinner
Jason Monk5b3aa362015-03-18 16:03:57 -040025 android:id="@+id/filter_spinner"
26 android:layout_height="wrap_content"
tmfang0d07dd12018-10-04 17:59:03 +080027 android:layout_width="wrap_content"
28 android:layout_centerHorizontal="true"
tmfangca46ea62019-04-24 16:52:00 +080029 android:layout_marginTop="16dp"
tmfangc0b2d062019-06-13 15:29:45 +080030 android:layout_marginBottom="8dp"
31 android:theme="@style/Widget.PopupWindow.Settings"/>
Jason Monk5b3aa362015-03-18 16:03:57 -040032
Jason Monkb37e2882016-01-11 14:27:20 -050033 <ImageView
34 android:id="@+id/filter_settings"
Fan Zhang3ca5e452017-03-02 16:53:15 -080035 style="?android:attr/borderlessButtonStyle"
Jason Monkb37e2882016-01-11 14:27:20 -050036 android:layout_width="56dp"
37 android:layout_height="56dp"
tmfang0d07dd12018-10-04 17:59:03 +080038 android:layout_marginTop="12dp"
39 android:layout_toRightOf="@id/filter_spinner"
Jason Monkb37e2882016-01-11 14:27:20 -050040 android:contentDescription="@string/configure"
41 android:scaleType="center"
tmfang6e16b692018-10-11 16:20:15 +080042 android:src="@drawable/ic_apps_filter_settings_24dp"
tmfang0d07dd12018-10-04 17:59:03 +080043 android:visibility="gone"/>
Jason Monkb37e2882016-01-11 14:27:20 -050044
tmfang0d07dd12018-10-04 17:59:03 +080045</RelativeLayout>
Jason Monk5b3aa362015-03-18 16:03:57 -040046