Skip to content

Commit

Permalink
Unify layout margins to not blend into each other
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice committed Aug 12, 2024
1 parent d3c6621 commit 58423c3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/layout/diaper_logging_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:background="@color/diaper_enabled"
android:minHeight="48dp"
android:padding="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHeight_min="48dp"
app:layout_constraintStart_toStartOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/feeding_logging_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
android:background="@color/feeding_enabled"
android:minHeight="48dp"
android:padding="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHeight_min="48dp"
app:layout_constraintStart_toStartOf="parent"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/generic_timer_logging_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
android:id="@+id/icons"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:minHeight="48dp"
android:orientation="vertical"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/note_logging_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:background="@color/notes_enabled"
android:minHeight="48dp"
android:padding="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHeight_min="48dp"
app:layout_constraintStart_toStartOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/pumping_logging_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
android:background="@color/pumping_enabled"
android:minHeight="48dp"
android:padding="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHeight_min="48dp"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 58423c3

Please sign in to comment.