Loading commons/src/main/res/layout/dialog_filepicker.xml +1 −7 Original line number Diff line number Diff line Loading @@ -40,13 +40,7 @@ android:paddingLeft="@dimen/normal_margin" android:paddingStart="@dimen/normal_margin"> <ImageView android:id="@+id/filepicker_fastscroller_handle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" android:alpha="0" android:background="@drawable/fastscroller_handle_vertical"/> <include layout="@layout/fastscroller_handle_vertical"/> </com.simplemobiletools.commons.views.FastScroller> </RelativeLayout> Loading commons/src/main/res/layout/fastscroller_handle_vertical.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android"> <ImageView android:id="@+id/filepicker_fastscroller_handle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" android:alpha="0" android:background="@drawable/fastscroller_handle_vertical"/> </merge> Loading
commons/src/main/res/layout/dialog_filepicker.xml +1 −7 Original line number Diff line number Diff line Loading @@ -40,13 +40,7 @@ android:paddingLeft="@dimen/normal_margin" android:paddingStart="@dimen/normal_margin"> <ImageView android:id="@+id/filepicker_fastscroller_handle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" android:alpha="0" android:background="@drawable/fastscroller_handle_vertical"/> <include layout="@layout/fastscroller_handle_vertical"/> </com.simplemobiletools.commons.views.FastScroller> </RelativeLayout> Loading
commons/src/main/res/layout/fastscroller_handle_vertical.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android"> <ImageView android:id="@+id/filepicker_fastscroller_handle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" android:alpha="0" android:background="@drawable/fastscroller_handle_vertical"/> </merge>