From 89d5c5a31bd6cf4caf815b680ec670896b91803d Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 23 Jun 2017 16:12:50 -0700 Subject: Updating fast scrollbar UI in Landscape Creating a separate view for FastScrollBar and moving all the relavant logic in the view. For protrait, the touch handling is delegated by the recycler view just like before. For landscape, the dcrollbar does not overlay with recyclerView and handles the touch itself Bug: 37015359 Change-Id: Ie1981326457ba739bdf0ac8063db1065f395f133 --- res/values/attrs.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/values/attrs.xml') diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 3839eb130..7b52dae5d 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -138,4 +138,8 @@ + + + + -- cgit v1.2.3