diff --git a/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_normal.png b/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_normal.png new file mode 100644 index 0000000000000..f28fe38eb4498 Binary files /dev/null and b/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_normal.png differ diff --git a/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png new file mode 100644 index 0000000000000..728fc6756e25c Binary files /dev/null and b/core/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png differ diff --git a/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_normal.png b/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_normal.png new file mode 100644 index 0000000000000..99e742fa27a3c Binary files /dev/null and b/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_normal.png differ diff --git a/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png new file mode 100644 index 0000000000000..c7da0242730db Binary files /dev/null and b/core/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png differ diff --git a/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_normal.png b/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_normal.png new file mode 100644 index 0000000000000..75e478310a1b0 Binary files /dev/null and b/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_normal.png differ diff --git a/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png b/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png new file mode 100644 index 0000000000000..534c10bc08e05 Binary files /dev/null and b/core/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png differ diff --git a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml index d32cd0c050d50..23b2fcb891e50 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock.xml @@ -57,11 +57,27 @@ android:drawablePadding="4dip" /> - diff --git a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml index dd291644e4f38..66223f2f817dd 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_tab_unlock_land.xml @@ -61,13 +61,27 @@ android:layout_alignParentTop="true" android:drawablePadding="4dip"/> - + + android:targetDrawables="@array/lockscreen_targets_with_camera" + android:targetDescriptions="@array/lockscreen_target_descriptions_with_camera" + android:directionDescriptions="@array/lockscreen_direction_descriptions" + android:handleDrawable="@drawable/ic_lockscreen_handle" + android:waveDrawable="@drawable/ic_lockscreen_outerring" + android:outerRadius="@dimen/multiwaveview_target_placement_radius" + android:snapMargin="@dimen/multiwaveview_snap_margin" + android:hitRadius="@dimen/multiwaveview_hit_radius" + android:rightChevronDrawable="@drawable/ic_lockscreen_chevron_right" + android:feedbackCount="3" + android:vibrationDuration="20" + android:horizontalOffset="0dip" + android:verticalOffset="0dip" + />