|
3 | 3 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
4 | 4 | xmlns:tools="http://schemas.android.com/tools"
|
5 | 5 | android:id="@+id/sleepOverlayView"
|
6 |
| - android:layout_width="64dp" |
7 |
| - android:layout_height="172dp" |
| 6 | + android:layout_width="72dp" |
| 7 | + android:layout_height="164dp" |
8 | 8 | android:layout_gravity="end"
|
9 | 9 | android:layout_marginTop="32dp"
|
10 | 10 | android:layout_marginRight="16dp"
|
11 | 11 | android:background="@drawable/sleep_overlay_background"
|
12 |
| - android:visibility="gone"> |
| 12 | + android:visibility="visible"> |
13 | 13 |
|
14 | 14 |
|
15 | 15 | <ImageView
|
16 | 16 | android:id="@+id/cancelSleepBtn"
|
17 |
| - android:layout_width="48dp" |
| 17 | + android:layout_width="0dp" |
18 | 18 | android:layout_height="48dp"
|
19 |
| - android:layout_marginStart="8dp" |
20 |
| - android:layout_marginTop="16dp" |
| 19 | + android:layout_marginTop="12dp" |
21 | 20 | android:tint="@color/colorAccent"
|
| 21 | + app:layout_constraintEnd_toEndOf="parent" |
22 | 22 | app:layout_constraintStart_toStartOf="parent"
|
23 | 23 | app:layout_constraintTop_toTopOf="parent"
|
24 | 24 | app:srcCompat="@drawable/ic_timer_cancel" />
|
|
30 | 30 | android:layout_marginStart="8dp"
|
31 | 31 |
|
32 | 32 | android:layout_marginEnd="8dp"
|
33 |
| - android:layout_marginBottom="16dp" |
| 33 | + android:layout_marginBottom="12dp" |
34 | 34 | android:tint="@color/colorAccent"
|
35 | 35 | app:layout_constraintBottom_toBottomOf="parent"
|
36 | 36 | app:layout_constraintEnd_toEndOf="parent"
|
|
0 commit comments