44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7- android : backgroundTintMode =" screen"
87 android : clipToPadding =" true"
98 android : fitsSystemWindows =" false"
10- android : keepScreenOn =" false"
119 tools : openDrawer =" start" >
1210
13- <ListView
14- android : id =" @+id/file_selector_list"
15- android : layout_marginTop =" ?attr/actionBarSize"
16- android : fastScrollEnabled =" true"
17- android : scrollbarStyle =" insideOverlay"
18- android : requiresFadingEdge =" vertical"
19- android : fadingEdge =" vertical"
20- android : smoothScrollbar =" true"
21- android : layout_width =" match_parent"
22- android : layout_height =" wrap_content" />
23-
11+ <!-- 1. Nội dung chính của màn hình (luôn nằm ở trên cùng trong XML) -->
2412 <include
2513 layout =" @layout/app_bar_main"
2614 android : layout_width =" match_parent"
2715 android : layout_height =" match_parent" />
2816
29- </androidx .drawerlayout.widget.DrawerLayout>
17+ <!-- 2. Menu Drawer mờ (Nằm bên dưới, có layout_gravity="start") -->
18+ <com .omarea.common.ui.BlurViewLinearLayout
19+ android : layout_width =" match_parent"
20+ android : layout_height =" match_parent"
21+ android : layout_gravity =" start"
22+ android : orientation =" vertical" >
23+
24+ <ListView
25+ android : id =" @+id/file_selector_list"
26+ android : layout_width =" match_parent"
27+ android : layout_height =" match_parent"
28+ android : layout_marginTop =" ?attr/actionBarSize"
29+ android : fastScrollEnabled =" true"
30+ android : fadingEdge =" vertical"
31+ android : requiresFadingEdge =" vertical"
32+ android : scrollbarStyle =" insideOverlay"
33+ android : smoothScrollbar =" true" />
34+
35+ </com .omarea.common.ui.BlurViewLinearLayout>
36+
37+ </androidx .drawerlayout.widget.DrawerLayout>
0 commit comments