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/dimens.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'res/values/dimens.xml') diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 71f9edc91..a4dff7190 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -65,7 +65,15 @@ 32dp 19dp - + + 58dp + -26dp + + 0dp 48dp 60dp -- cgit v1.2.3