|
14 | 14 | See the License for the specific language governing permissions and |
15 | 15 | limitations under the License. |
16 | 16 | --> |
17 | | -<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
18 | | - xmlns:app="http://schemas.android.com/apk/res-auto" |
| 17 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
| 19 | + android:orientation="vertical" |
| 20 | + android:layout_width="match_parent" |
| 21 | + android:layout_height="match_parent"> |
| 22 | + |
| 23 | + <com.google.android.material.bottomsheet.BottomSheetDragHandleView |
| 24 | + android:layout_width="match_parent" |
| 25 | + android:layout_height="wrap_content"/> |
| 26 | + |
| 27 | + <androidx.core.widget.NestedScrollView |
19 | 28 | android:layout_width="match_parent" |
20 | 29 | android:layout_height="wrap_content"> |
21 | | - <LinearLayout |
| 30 | + |
| 31 | + <LinearLayout |
22 | 32 | android:id="@+id/bottom_drawer_2" |
23 | 33 | android:layout_width="match_parent" |
24 | 34 | android:layout_height="600dp" |
25 | 35 | android:orientation="vertical"> |
26 | 36 |
|
27 | | - <TextView |
| 37 | + <TextView |
28 | 38 | style="@style/selectableTextView" |
29 | 39 | android:layout_width="match_parent" |
30 | 40 | android:layout_height="100dp" |
31 | 41 | app:drawableLeftCompat="@drawable/ic_person_add_24dp" |
32 | 42 | app:drawableStartCompat="@drawable/ic_person_add_24dp" |
33 | 43 | android:text="@string/cat_bottomsheet_label_add_people"/> |
34 | 44 |
|
35 | | - <TextView |
| 45 | + <TextView |
36 | 46 | style="@style/selectableTextView" |
37 | 47 | android:layout_width="match_parent" |
38 | 48 | android:layout_height="100dp" |
39 | 49 | app:drawableLeftCompat="@drawable/ic_link_24dp" |
40 | 50 | app:drawableStartCompat="@drawable/ic_link_24dp" |
41 | 51 | android:text="@string/cat_bottomsheet_label_copy_link"/> |
42 | 52 |
|
43 | | - <TextView |
| 53 | + <TextView |
44 | 54 | style="@style/selectableTextView" |
45 | 55 | android:layout_width="match_parent" |
46 | 56 | android:layout_height="100dp" |
47 | 57 | app:drawableLeftCompat="@drawable/ic_open_in_browser_24dp" |
48 | 58 | app:drawableStartCompat="@drawable/ic_open_in_browser_24dp" |
49 | 59 | android:text="@string/cat_bottomsheet_label_open_in"/> |
50 | 60 |
|
51 | | - <TextView |
| 61 | + <TextView |
52 | 62 | style="@style/selectableTextView" |
53 | 63 | android:layout_width="match_parent" |
54 | 64 | android:layout_height="100dp" |
|
57 | 67 | android:gravity="center_vertical" |
58 | 68 | android:text="@string/cat_bottomsheet_label_move"/> |
59 | 69 |
|
60 | | - <TextView |
| 70 | + <TextView |
61 | 71 | style="@style/selectableTextView" |
62 | 72 | android:layout_width="match_parent" |
63 | 73 | android:layout_height="100dp" |
64 | 74 | app:drawableLeftCompat="@drawable/ic_offline_pin_24dp" |
65 | 75 | app:drawableStartCompat="@drawable/ic_offline_pin_24dp" |
66 | 76 | android:text="@string/cat_bottomsheet_label_available_offline"/> |
67 | 77 |
|
68 | | - <TextView |
| 78 | + <TextView |
69 | 79 | style="@style/selectableTextView" |
70 | 80 | android:layout_width="match_parent" |
71 | 81 | android:layout_height="100dp" |
72 | 82 | app:drawableLeftCompat="@drawable/ic_star_24dp" |
73 | 83 | app:drawableStartCompat="@drawable/ic_star_24dp" |
74 | 84 | android:text="@string/cat_bottomsheet_label_star"/> |
75 | 85 |
|
76 | | - <TextView |
| 86 | + <TextView |
77 | 87 | style="@style/selectableTextView" |
78 | 88 | android:layout_width="match_parent" |
79 | 89 | android:layout_height="100dp" |
80 | 90 | app:drawableLeftCompat="@drawable/ic_edit_24dp" |
81 | 91 | app:drawableStartCompat="@drawable/ic_edit_24dp" |
82 | 92 | android:text="@string/cat_bottomsheet_label_rename"/> |
83 | 93 |
|
84 | | - <TextView |
| 94 | + <TextView |
85 | 95 | style="@style/selectableTextView" |
86 | 96 | android:layout_width="match_parent" |
87 | 97 | android:layout_height="100dp" |
88 | 98 | app:drawableLeftCompat="@drawable/ic_delete_24dp" |
89 | 99 | app:drawableStartCompat="@drawable/ic_delete_24dp" |
90 | 100 | android:text="@string/cat_bottomsheet_label_remove"/> |
91 | 101 |
|
92 | | - </LinearLayout> |
93 | | -</androidx.core.widget.NestedScrollView> |
| 102 | + </LinearLayout> |
| 103 | + </androidx.core.widget.NestedScrollView> |
| 104 | +</LinearLayout> |
0 commit comments