Fix double scroller of App info page
App info page has enabled the FastScroll for recycler view to provide a vertical scroll bar. In tabbed screen, the default scroller will be shown and then occurred overlap problem with FastScroller. Hide the default scroller to fix this double scroller problem. Fixes: 150285712 Test: visual Change-Id: I26390a0497d820e3a07e8df247a4bc03b5ff23d9
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:scrollbars="none"
|
||||
settings:fastScrollEnabled="true"
|
||||
settings:fastScrollHorizontalThumbDrawable="@drawable/thumb_drawable"
|
||||
settings:fastScrollHorizontalTrackDrawable="@drawable/line_drawable"
|
||||
|
Reference in New Issue
Block a user