blob: d62a8d55a0c2704b4365c1f33707142d2d784106 [file] [log] [blame]
Chiao Cheng79e215c2013-07-18 12:42:48 -07001<?xml version="1.0" encoding="utf-8"?>
Chiao Chengf09116f2013-07-18 19:38:07 -07002<!--
3 ~ Copyright (C) 2013 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 -->
Chiao Cheng79e215c2013-07-18 12:42:48 -070017
18<!-- TODO(klp): move out to separate file -->
Chiao Chenga152b462013-07-23 13:30:19 -070019<com.android.incallui.GlowPadWrapper
Chiao Cheng79e215c2013-07-18 12:42:48 -070020 xmlns:android="http://schemas.android.com/apk/res/android"
21 xmlns:dc="http://schemas.android.com/apk/res-auto"
Chiao Cheng79e215c2013-07-18 12:42:48 -070022 android:id="@+id/glow_pad_view"
23 android:layout_width="wrap_content"
24 android:layout_height="wrap_content"
Chiao Cheng79e215c2013-07-18 12:42:48 -070025 android:focusable="true"
Chiao Cheng79e215c2013-07-18 12:42:48 -070026 android:layout_centerHorizontal="true"
Santos Cordona5c91032013-08-07 20:44:09 -070027 android:background="@android:color/black"
Chiao Cheng42373eb2013-08-22 18:36:24 -070028 android:visibility="gone"
Chiao Cheng79e215c2013-07-18 12:42:48 -070029
Yorke Lee2b58ea32013-08-30 16:01:38 -070030 dc:targetDrawables="@array/incoming_call_widget_3way_targets"
31 dc:targetDescriptions="@array/incoming_call_widget_3way_target_descriptions"
32 dc:directionDescriptions="@array/incoming_call_widget_3way_direction_descriptions"
Chiao Cheng79e215c2013-07-18 12:42:48 -070033 dc:handleDrawable="@drawable/ic_in_call_touch_handle"
34 dc:outerRingDrawable="@*android:drawable/ic_lockscreen_outerring"
35 dc:outerRadius="@dimen/glowpadview_target_placement_radius"
36 dc:innerRadius="@dimen/glowpadview_inner_radius"
37 dc:snapMargin="@dimen/glowpadview_snap_margin"
38 dc:feedbackCount="1"
39 dc:vibrationDuration="20"
40 dc:glowRadius="@dimen/glowpadview_glow_radius"
41 dc:pointDrawable="@*android:drawable/ic_lockscreen_glowdot"
42 />