File tree Expand file tree Collapse file tree 7 files changed +59
-11
lines changed Expand file tree Collapse file tree 7 files changed +59
-11
lines changed Original file line number Diff line number Diff line change 3939 <FrameLayout
4040 android : id =" @+id/container_files"
4141 android : layout_width =" match_parent"
42- android : layout_height =" match_parent" />
42+ android : layout_height =" match_parent"
43+ android : scrollbarStyle =" insideOverlay"
44+ android : scrollbars =" vertical"
45+ android : scrollbarSize =" 10sp"
46+ android : scrollbarThumbVertical =" @color/accent"
47+ android : scrollIndicators =" right"
48+ android : scrollbarAlwaysDrawVerticalTrack =" false"
49+ android : fadeScrollbars =" true" />
4350
4451 </androidx .coordinatorlayout.widget.CoordinatorLayout>
4552</RelativeLayout >
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6+ xmlns : app =" http://schemas.android.com/apk/res-auto"
67 tools : context =" .activity.RecentFilesActivity" >
78
89 <fragment
2930 android : layout_width =" match_parent"
3031 android : layout_height =" match_parent"
3132 android : layoutAnimation =" @anim/recycler_list_anim"
32- android : scrollbarStyle =" outsideOverlay" />
33+ android : scrollbarStyle =" insideOverlay"
34+ android : scrollbars =" vertical"
35+ android : scrollbarSize =" 10sp"
36+ android : scrollbarThumbVertical =" @color/accent"
37+ android : scrollIndicators =" right"
38+ android : scrollbarAlwaysDrawVerticalTrack =" false"
39+ android : fadeScrollbars =" true" />
3340
3441 </androidx .swiperefreshlayout.widget.SwipeRefreshLayout>
3542
Original file line number Diff line number Diff line change 5656 <FrameLayout
5757 android : id =" @+id/container_files"
5858 android : layout_width =" match_parent"
59- android : layout_height =" match_parent" />
59+ android : layout_height =" match_parent"
60+ android : scrollbarStyle =" insideOverlay"
61+ android : scrollbars =" vertical"
62+ android : scrollbarSize =" 10sp"
63+ android : scrollbarThumbVertical =" @color/accent"
64+ android : scrollIndicators =" right"
65+ android : scrollbarAlwaysDrawVerticalTrack =" false"
66+ android : fadeScrollbars =" true" />
6067
6168 <com .google.android.material.floatingactionbutton.FloatingActionButton
6269 android : id =" @+id/fab_upload"
Original file line number Diff line number Diff line change 3030 android : layout_height =" wrap_content"
3131 tools : listitem =" @layout/view_audio_file_item"
3232 android : background =" @color/background_primary"
33- android : padding =" 8dp" />
33+ android : padding =" 8dp"
34+ android : scrollbarStyle =" insideOverlay"
35+ android : scrollbars =" vertical"
36+ android : scrollbarSize =" 10sp"
37+ android : scrollbarThumbVertical =" @color/accent"
38+ android : scrollIndicators =" right"
39+ android : scrollbarAlwaysDrawVerticalTrack =" false"
40+ android : fadeScrollbars =" true" />
3441
3542</LinearLayout >
Original file line number Diff line number Diff line change 2828 android : inAnimation =" @android:anim/fade_in"
2929 android : outAnimation =" @android:anim/fade_out" >
3030
31- <ProgressBar
32- android : id =" @android:id/progress"
33- android : layout_width =" wrap_content"
34- android : layout_height =" wrap_content"
35- android : layout_gravity =" center" />
31+ <androidx .recyclerview.widget.RecyclerView
32+ android : id =" @+id/list_server_apps"
33+ android : layout_width =" match_parent"
34+ android : layout_height =" match_parent"
35+ android : paddingLeft =" 16dp"
36+ android : paddingRight =" 16dp"
37+ android : scrollbarStyle =" insideOverlay"
38+ android : scrollbars =" vertical"
39+ android : scrollbarSize =" 10sp"
40+ android : scrollbarThumbVertical =" @color/accent"
41+ android : scrollIndicators =" right"
42+ android : scrollbarAlwaysDrawVerticalTrack =" false"
43+ android : fadeScrollbars =" true" />
3644
3745 <LinearLayout
3846 android : id =" @+id/error"
Original file line number Diff line number Diff line change 4545 android : layout_width =" match_parent"
4646 android : layout_height =" match_parent"
4747 android : layoutAnimation =" @anim/recycler_list_anim"
48- android : scrollbarStyle =" outsideOverlay" />
48+ android : scrollbarStyle =" insideOverlay"
49+ android : scrollbars =" vertical"
50+ android : scrollbarSize =" 10sp"
51+ android : scrollbarThumbVertical =" @color/accent"
52+ android : scrollIndicators =" right"
53+ android : scrollbarAlwaysDrawVerticalTrack =" false"
54+ android : fadeScrollbars =" true" />
4955
5056 </androidx .swiperefreshlayout.widget.SwipeRefreshLayout>
5157
Original file line number Diff line number Diff line change 4343 android : id =" @+id/list"
4444 android : layout_width =" match_parent"
4545 android : layout_height =" match_parent"
46- android : scrollbarStyle =" outsideOverlay" />
46+ android : scrollbarStyle =" insideOverlay"
47+ android : scrollbars =" vertical"
48+ android : scrollbarSize =" 10sp"
49+ android : scrollbarThumbVertical =" @color/accent"
50+ android : scrollIndicators =" right"
51+ android : scrollbarAlwaysDrawVerticalTrack =" false"
52+ android : fadeScrollbars =" true" />
4753
4854 <LinearLayout
4955 android : id =" @+id/empty"
You can’t perform that action at this time.
0 commit comments