blob: c01db7c3155893e54565ffb8e64e8cd7c5f5d927 [file] [log] [blame]
Jim Millere898ac52012-04-06 17:10:57 -07001<?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 android:paddingBottom="0dip">
28
29 <RelativeLayout
30 android:id="@+id/search_bg_protect"
31 android:layout_width="match_parent"
32 android:layout_height="match_parent"
33 android:layout_marginBottom="0dip">
34
35 <RelativeLayout
36 android:id="@+id/search_panel_container"
37 android:layout_width="match_parent"
Jim Miller354619c2012-04-27 17:33:44 -070038 android:layout_height="wrap_content"
Jim Millere898ac52012-04-06 17:10:57 -070039 android:layout_alignParentBottom="true">
40
Jim Miller955a0162012-06-11 21:06:13 -070041 <com.android.internal.widget.multiwaveview.GlowPadView
42 android:id="@+id/glow_pad_view"
Jim Millere898ac52012-04-06 17:10:57 -070043 android:orientation="horizontal"
44 android:layout_width="match_parent"
Jim Miller354619c2012-04-27 17:33:44 -070045 android:layout_height="@dimen/navbar_search_panel_height"
Jim Millere898ac52012-04-06 17:10:57 -070046 android:layout_alignParentBottom="true"
Jim Miller354619c2012-04-27 17:33:44 -070047 android:gravity="top"
Jim Millere898ac52012-04-06 17:10:57 -070048
49 prvandroid:targetDrawables="@array/navbar_search_targets"
50 prvandroid:targetDescriptions="@array/navbar_search_target_descriptions"
51 prvandroid:directionDescriptions="@array/navbar_search_direction_descriptions"
Jim Miller955a0162012-06-11 21:06:13 -070052 prvandroid:outerRingDrawable="@drawable/navbar_search_outerring"
53 prvandroid:outerRadius="@dimen/navbar_search_outerring_radius"
John Spurlock74d24802013-12-02 17:14:51 -050054 prvandroid:innerRadius="@dimen/glowpadview_inner_radius"
Jim Millere898ac52012-04-06 17:10:57 -070055 prvandroid:snapMargin="@dimen/navbar_search_snap_margin"
Jim Millera7da8af2012-06-19 16:17:19 -070056 prvandroid:feedbackCount="0"
Jim Miller64fffad2012-05-17 17:01:15 -070057 prvandroid:vibrationDuration="@integer/config_vibration_duration"
Jim Miller955a0162012-06-11 21:06:13 -070058 prvandroid:alwaysTrackFinger="true"
John Spurlock74d24802013-12-02 17:14:51 -050059 prvandroid:glowRadius="@dimen/glowpadview_glow_radius"
60 prvandroid:pointDrawable="@drawable/ic_lockscreen_glowdot"
Jim Miller955a0162012-06-11 21:06:13 -070061 />
Jim Millere898ac52012-04-06 17:10:57 -070062
63 </RelativeLayout>
64
65 </RelativeLayout>
66
67</com.android.systemui.SearchPanelView>