We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1aa64 commit 49b8bd3Copy full SHA for 49b8bd3
app/src/main/res/layout/items_fragment.xml
@@ -32,7 +32,16 @@
32
android:layout_alignParentEnd="true"
33
android:layout_alignParentRight="true"
34
android:paddingLeft="@dimen/normal_margin"
35
- android:paddingStart="@dimen/normal_margin"/>
+ 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>
45
</RelativeLayout>
46
47
</android.support.v4.widget.SwipeRefreshLayout>
0 commit comments