status_bar_search_panel.xml revision a592d224732a06c3776a41df37a52bac4c64a654
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* apps/common/assets/default/default/skins/StatusBar.xml
4**
5** Copyright 2012, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<com.android.systemui.SearchPanelView
22    xmlns:prvandroid="http://schemas.android.com/apk/prv/res/android"
23    xmlns:android="http://schemas.android.com/apk/res/android"
24    android:id="@+id/search_panel_container"
25    android:layout_height="match_parent"
26    android:layout_width="match_parent">
27
28    <com.android.internal.widget.multiwaveview.GlowPadView
29        android:id="@+id/glow_pad_view"
30        android:layout_width="wrap_content"
31        android:layout_height="@dimen/navbar_search_panel_height"
32        android:layout_gravity="center_horizontal|bottom"
33        android:gravity="center_horizontal|top"
34
35        prvandroid:targetDrawables="@array/navbar_search_targets"
36        prvandroid:targetDescriptions="@array/navbar_search_target_descriptions"
37        prvandroid:directionDescriptions="@array/navbar_search_direction_descriptions"
38        prvandroid:outerRingDrawable="@drawable/navbar_search_outerring"
39        prvandroid:outerRadius="@dimen/navbar_search_outerring_radius"
40        prvandroid:innerRadius="@*android:dimen/glowpadview_inner_radius"
41        prvandroid:snapMargin="@dimen/navbar_search_snap_margin"
42        prvandroid:feedbackCount="0"
43        prvandroid:vibrationDuration="@integer/config_vibration_duration"
44        prvandroid:alwaysTrackFinger="true"
45        prvandroid:glowRadius="@*android:dimen/glowpadview_glow_radius"
46        prvandroid:pointDrawable="@*android:drawable/ic_lockscreen_glowdot"/>
47
48</com.android.systemui.SearchPanelView>
49