Push scrollbars to screen edges.
Push scrollbar to screen edges on custom ListView and ScrollViews to match Preferences framework behavior. Bug: 7633165 Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
This commit is contained in:
@@ -27,9 +27,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
android:drawSelectorOnTop="false"
|
||||
android:scrollbarAlwaysDrawVerticalTrack="true"
|
||||
/>
|
||||
android:clipToPadding="false"
|
||||
android:scrollbarStyle="@*android:integer/preference_fragment_scrollbarStyle" />
|
||||
|
||||
<TextView android:id="@+id/sync_settings_error_info"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user