|
6 | 6 | <androidx.constraintlayout.widget.ConstraintLayout
|
7 | 7 | android:layout_width="match_parent"
|
8 | 8 | android:layout_height="match_parent"
|
9 |
| - android:backgroundTint="#858590" |
| 9 | + android:backgroundTint="#FFFFFF" |
| 10 | + android:elevation="20dp" |
10 | 11 | app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
11 | 12 | app:behavior_peekHeight="100dp"
|
12 |
| - app:behavior_hideable="true" |
| 13 | + app:behavior_hideable="false" |
13 | 14 | style="@style/Widget.Material3.BottomSheet">
|
14 | 15 |
|
| 16 | + <com.google.android.material.bottomsheet.BottomSheetDragHandleView |
| 17 | + android:id="@+id/drag_handle" |
| 18 | + android:layout_width="wrap_content" |
| 19 | + android:layout_height="wrap_content" |
| 20 | + android:backgroundTint="#404550" |
| 21 | + app:layout_constraintStart_toStartOf="parent" |
| 22 | + app:layout_constraintEnd_toEndOf="parent" |
| 23 | + app:layout_constraintTop_toTopOf="parent" /> |
| 24 | + |
15 | 25 | <TextView
|
16 | 26 | android:id="@+id/textView"
|
17 | 27 | android:layout_width="wrap_content"
|
18 | 28 | android:layout_height="wrap_content"
|
19 | 29 | android:layout_marginTop="25dp"
|
20 |
| - android:text="임시 텍스트 임시 텍스트" |
21 |
| - android:textSize="35sp" |
22 |
| - android:textColor="@color/white" |
| 30 | + android:text="현재 등록된 막차 알림이 없습니다." |
| 31 | + android:textSize="15sp" |
| 32 | + android:textColor="#808590" |
23 | 33 | app:layout_constraintStart_toStartOf="parent"
|
24 | 34 | app:layout_constraintEnd_toEndOf="parent"
|
25 | 35 | app:layout_constraintTop_toTopOf="parent" />
|
|
0 commit comments