Skip to content

Commit 49b8bd3

Browse files
committed
add the missing fastscroller vertical handle
1 parent 1a1aa64 commit 49b8bd3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app/src/main/res/layout/items_fragment.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@
3232
android:layout_alignParentEnd="true"
3333
android:layout_alignParentRight="true"
3434
android:paddingLeft="@dimen/normal_margin"
35-
android:paddingStart="@dimen/normal_margin"/>
35+
android:paddingStart="@dimen/normal_margin">
36+
37+
<ImageView
38+
android:id="@+id/fastscroller_handle_vertical"
39+
android:layout_width="wrap_content"
40+
android:layout_height="wrap_content"
41+
android:layout_gravity="end"
42+
android:alpha="0"
43+
android:background="@drawable/fastscroller_handle_vertical"/>
44+
</com.simplemobiletools.commons.views.FastScroller>
3645
</RelativeLayout>
3746

3847
</android.support.v4.widget.SwipeRefreshLayout>

0 commit comments

Comments
 (0)