Skip to content

Commit 0f1e370

Browse files
committed
Update
1 parent cfba2c2 commit 0f1e370

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@
2222
android:layout_height="match_parent"
2323
android:layout_gravity="start"
2424
android:orientation="vertical">
25-
26-
<!-- Nên thay ListView bằng RecyclerView -->
27-
<androidx.recyclerview.widget.RecyclerView
25+
26+
<ListView
2827
android:id="@+id/file_selector_list"
2928
android:layout_width="match_parent"
3029
android:layout_height="match_parent"
3130
android:layout_marginTop="?attr/actionBarSize"
32-
android:scrollbars="vertical" />
33-
31+
android:fastScrollEnabled="true"
32+
android:fadingEdge="vertical"
33+
android:requiresFadingEdge="vertical"
34+
android:scrollbarStyle="insideOverlay"
35+
android:smoothScrollbar="true" />
36+
3437
</com.omarea.common.ui.BlurViewLinearLayout>
3538

3639
</androidx.drawerlayout.widget.DrawerLayout>

0 commit comments

Comments
 (0)