blob: ec6ef30ac0f64e5df2ee147f885a24a8adf67f3a [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
Chiao Chenga152b462013-07-23 13:30:19 -070018<com.android.incallui.GlowPadWrapper
Chiao Cheng79e215c2013-07-18 12:42:48 -070019 xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:dc="http://schemas.android.com/apk/res-auto"
Chiao Cheng79e215c2013-07-18 12:42:48 -070021 android:id="@+id/glow_pad_view"
Yorke Leec1d1e842015-03-09 11:43:27 -070022 android:layout_width="match_parent"
23 android:layout_height="match_parent"
Chiao Cheng79e215c2013-07-18 12:42:48 -070024 android:focusable="true"
Chiao Cheng79e215c2013-07-18 12:42:48 -070025 android:layout_centerHorizontal="true"
Santos Cordon5f3a4772013-09-27 15:13:22 -070026 android:gravity="center"
Andrew Leef38625f2014-05-08 18:01:13 -070027 android:background="@color/glowpad_background_color"
Yorke Leec1d1e842015-03-09 11:43:27 -070028 android:layout_marginBottom="@dimen/glowpadview_margin_bottom"
Chiao Cheng79e215c2013-07-18 12:42:48 -070029
Andrew Leec0be1fa2014-07-11 15:50:00 -070030 dc:targetDrawables="@array/incoming_call_widget_audio_with_sms_targets"
31 dc:targetDescriptions="@array/incoming_call_widget_audio_with_sms_target_descriptions"
32 dc:directionDescriptions="@array/incoming_call_widget_audio_with_sms_direction_descriptions"
33 dc:handleDrawable="@drawable/ic_incall_audio_handle"
Christine Chen1bd21c52013-10-16 10:42:15 -070034 dc:outerRingDrawable="@drawable/ic_lockscreen_outerring"
Chiao Cheng79e215c2013-07-18 12:42:48 -070035 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"
Christine Chen1bd21c52013-10-16 10:42:15 -070041 dc:pointDrawable="@drawable/ic_lockscreen_glowdot"
Andrew Leec0be1fa2014-07-11 15:50:00 -070042 dc:allowScaling="true" />