From 81b4c7bb3c76f5f83848d536b1783e0aa75ace0d Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 26 Mar 2018 12:10:31 -0700 Subject: Adding a custom view for DragHandle > Separating page indicator and drag handle > Page indicator always draws irrespactive of oriantation > Drag handle is responsible for accessibility interactions > Adding assissibility actions for DragHandle Bug: 72500733 Change-Id: I9030337456964af1bdf77f1c01956452321f9229 --- res/layout/drag_handle_indicator.xml | 23 +++++++++++++++++++++++ res/layout/hotseat.xml | 9 --------- res/layout/launcher.xml | 6 +++++- 3 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 res/layout/drag_handle_indicator.xml (limited to 'res/layout') diff --git a/res/layout/drag_handle_indicator.xml b/res/layout/drag_handle_indicator.xml new file mode 100644 index 000000000..d5a7b8a03 --- /dev/null +++ b/res/layout/drag_handle_indicator.xml @@ -0,0 +1,23 @@ + + + diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml index 01cd92a63..00f0b5ff8 100644 --- a/res/layout/hotseat.xml +++ b/res/layout/hotseat.xml @@ -18,15 +18,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res-auto"> - - + +