|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | android:layout_width="match_parent" |
4 | | - android:layout_height="115dp" |
| 4 | + android:layout_height="100dp" |
5 | 5 | android:id="@+id/listLinear" |
6 | 6 | xmlns:app="http://schemas.android.com/apk/res-auto" |
7 | | - android:layout_margin="10dp" |
| 7 | + android:layout_margin="5dp" |
8 | 8 | android:background="@drawable/bg_list"> |
9 | 9 |
|
10 | 10 | <LinearLayout |
|
14 | 14 | app:layout_constraintTop_toTopOf="parent" |
15 | 15 | app:layout_constraintStart_toStartOf="parent" |
16 | 16 | android:layout_marginStart="40dp" |
17 | | - android:layout_marginTop="30dp"> |
| 17 | + android:layout_marginTop="15dp"> |
18 | 18 |
|
19 | 19 | <TextView |
20 | 20 | android:id="@+id/alarmHour" |
|
23 | 23 | app:layout_constraintTop_toTopOf="parent" |
24 | 24 | app:layout_constraintStart_toStartOf="parent" |
25 | 25 | android:text="01" |
26 | | - android:textSize="40dp" |
| 26 | + android:textSize="35sp" |
27 | 27 | android:fontFamily="@font/mulish_regular" |
28 | 28 | android:gravity="center_vertical"/> |
29 | 29 |
|
|
46 | 46 | app:layout_constraintBottom_toBottomOf="@id/alarmHour" |
47 | 47 | app:layout_constraintStart_toEndOf="@id/alarmColumn" |
48 | 48 | android:text="00" |
49 | | - android:textSize="40dp" |
| 49 | + android:textSize="35sp" |
50 | 50 | android:fontFamily="@font/mulish_regular" |
51 | 51 | android:gravity="center_vertical" /> |
52 | 52 |
|
|
57 | 57 | android:layout_width="wrap_content" |
58 | 58 | android:layout_height="wrap_content" |
59 | 59 | android:text="Add Label" |
60 | | - android:textSize="16dp" |
| 60 | + android:textSize="16sp" |
61 | 61 | android:fontFamily="@font/mulish_regular" |
62 | 62 | android:textStyle="bold" |
63 | 63 | app:layout_constraintBottom_toBottomOf="parent" |
|
70 | 70 | android:layout_width="wrap_content" |
71 | 71 | android:layout_height="wrap_content" |
72 | 72 | android:text="AM" |
73 | | - android:textSize="25dp" |
| 73 | + android:textSize="20sp" |
74 | 74 | android:fontFamily="@font/mulish_regular" |
75 | 75 | android:textStyle="bold" |
76 | 76 | app:layout_constraintStart_toEndOf="@id/alarmTime" |
|
79 | 79 |
|
80 | 80 | <ImageView |
81 | 81 | android:id="@+id/imageView" |
82 | | - android:layout_width="35dp" |
83 | | - android:layout_height="35dp" |
| 82 | + android:layout_width="30dp" |
| 83 | + android:layout_height="30dp" |
84 | 84 | android:layout_marginStart="10dp" |
85 | 85 | android:src="@drawable/ic_sun" |
86 | 86 | app:layout_constraintBottom_toTopOf="@id/alarmUnit" |
87 | 87 | app:layout_constraintStart_toEndOf="@id/alarmTime" /> |
88 | 88 |
|
89 | | - <com.google.android.material.materialswitch.MaterialSwitch |
| 89 | + <com.google.android.material.switchmaterial.SwitchMaterial |
90 | 90 | android:id="@+id/alarmSwitch" |
91 | 91 | android:layout_width="wrap_content" |
92 | 92 | android:layout_height="wrap_content" |
|
0 commit comments