|
32 | 32 | android:layout_marginTop="4dp" |
33 | 33 | android:layout_marginBottom="16dp" |
34 | 34 | android:background="@color/cream" |
| 35 | + app:maxImageSize="30dp" |
35 | 36 | app:layout_constraintBottom_toBottomOf="parent" |
36 | 37 | app:layout_constraintEnd_toStartOf="@+id/scheduleButton" |
37 | 38 | app:layout_constraintHorizontal_bias="0.5" |
|
48 | 49 | android:layout_width="48dp" |
49 | 50 | android:layout_height="48dp" |
50 | 51 | android:background="@color/cream" |
| 52 | + app:maxImageSize="30dp" |
51 | 53 | app:layout_constraintBottom_toBottomOf="@id/homeButton" |
52 | 54 | app:layout_constraintEnd_toStartOf="@+id/placeholder" |
53 | 55 | app:layout_constraintHorizontal_bias="0.5" |
|
72 | 74 | android:layout_height="48dp" |
73 | 75 | android:layout_marginEnd="16dp" |
74 | 76 | android:background="@color/cream" |
| 77 | + app:maxImageSize="30dp" |
75 | 78 | app:layout_constraintBottom_toBottomOf="@id/homeButton" |
76 | 79 | app:layout_constraintEnd_toEndOf="parent" |
77 | 80 | app:layout_constraintHorizontal_bias="0.5" |
|
85 | 88 | android:layout_height="48dp" |
86 | 89 | android:layout_marginBottom="2dp" |
87 | 90 | android:background="@color/cream" |
| 91 | + app:maxImageSize="30dp" |
88 | 92 | app:layout_constraintBottom_toBottomOf="@id/homeButton" |
89 | 93 | app:layout_constraintEnd_toStartOf="@+id/profileButton" |
90 | 94 | app:layout_constraintHorizontal_bias="0.5" |
|
105 | 109 | android:layout_marginBottom="30dp" |
106 | 110 | android:layout_marginTop="20dp" |
107 | 111 | app:fabCustomSize="72dp" |
108 | | - app:maxImageSize="40dp" |
| 112 | + app:maxImageSize="30dp" |
109 | 113 | app:srcCompat="@drawable/camera_png" /> |
110 | 114 |
|
111 | 115 | <!-- <FrameLayout--> |
|
0 commit comments