|
11 | 11 | android:layout_width="match_parent" |
12 | 12 | android:layout_height="wrap_content"> |
13 | 13 |
|
14 | | - <android.support.v7.widget.RecyclerView |
15 | | - android:id="@+id/items_list" |
| 14 | + <RelativeLayout |
| 15 | + android:id="@+id/items_wrapper" |
16 | 16 | android:layout_width="match_parent" |
17 | | - android:layout_height="wrap_content" |
18 | | - android:clipToPadding="false" |
19 | | - android:paddingLeft="@dimen/activity_margin" |
20 | | - android:scrollbars="vertical" |
21 | | - app:layoutManager="android.support.v7.widget.LinearLayoutManager"/> |
| 17 | + android:layout_height="wrap_content"> |
| 18 | + |
| 19 | + <android.support.v7.widget.RecyclerView |
| 20 | + android:id="@+id/items_list" |
| 21 | + android:layout_width="match_parent" |
| 22 | + android:layout_height="wrap_content" |
| 23 | + android:clipToPadding="false" |
| 24 | + android:paddingLeft="@dimen/activity_margin" |
| 25 | + android:scrollbars="none" |
| 26 | + app:layoutManager="android.support.v7.widget.LinearLayoutManager"/> |
| 27 | + |
| 28 | + <com.simplemobiletools.commons.views.FastScroller |
| 29 | + android:id="@+id/items_fastscroller" |
| 30 | + android:layout_width="wrap_content" |
| 31 | + android:layout_height="match_parent" |
| 32 | + android:layout_alignParentEnd="true" |
| 33 | + android:layout_alignParentRight="true" |
| 34 | + android:paddingLeft="@dimen/normal_margin" |
| 35 | + android:paddingStart="@dimen/normal_margin"/> |
| 36 | + </RelativeLayout> |
22 | 37 |
|
23 | 38 | </android.support.v4.widget.SwipeRefreshLayout> |
24 | 39 |
|
|
0 commit comments