Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 78b8656

Browse files
committed
updated bar
1 parent 426aa76 commit 78b8656

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
android:layout_marginTop="4dp"
3333
android:layout_marginBottom="16dp"
3434
android:background="@color/cream"
35+
app:maxImageSize="30dp"
3536
app:layout_constraintBottom_toBottomOf="parent"
3637
app:layout_constraintEnd_toStartOf="@+id/scheduleButton"
3738
app:layout_constraintHorizontal_bias="0.5"
@@ -48,6 +49,7 @@
4849
android:layout_width="48dp"
4950
android:layout_height="48dp"
5051
android:background="@color/cream"
52+
app:maxImageSize="30dp"
5153
app:layout_constraintBottom_toBottomOf="@id/homeButton"
5254
app:layout_constraintEnd_toStartOf="@+id/placeholder"
5355
app:layout_constraintHorizontal_bias="0.5"
@@ -72,6 +74,7 @@
7274
android:layout_height="48dp"
7375
android:layout_marginEnd="16dp"
7476
android:background="@color/cream"
77+
app:maxImageSize="30dp"
7578
app:layout_constraintBottom_toBottomOf="@id/homeButton"
7679
app:layout_constraintEnd_toEndOf="parent"
7780
app:layout_constraintHorizontal_bias="0.5"
@@ -85,6 +88,7 @@
8588
android:layout_height="48dp"
8689
android:layout_marginBottom="2dp"
8790
android:background="@color/cream"
91+
app:maxImageSize="30dp"
8892
app:layout_constraintBottom_toBottomOf="@id/homeButton"
8993
app:layout_constraintEnd_toStartOf="@+id/profileButton"
9094
app:layout_constraintHorizontal_bias="0.5"
@@ -105,7 +109,7 @@
105109
android:layout_marginBottom="30dp"
106110
android:layout_marginTop="20dp"
107111
app:fabCustomSize="72dp"
108-
app:maxImageSize="40dp"
112+
app:maxImageSize="30dp"
109113
app:srcCompat="@drawable/camera_png" />
110114

111115
<!-- <FrameLayout-->

0 commit comments

Comments
 (0)