Skip to content
Snippets Groups Projects
Unverified Commit 4dd51da6 authored by axelherbstreith's avatar axelherbstreith Committed by GitHub
Browse files

Adjust Contact Journal Day Screen Layout (DEV) (#2446)


* added padding

* added layout adaption to location screen

Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
Co-authored-by: default avatarAlex Paulescu <alex.paulescu@gmail.com>
parent 529aa0ae
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
android:paddingBottom="@dimen/spacing_huge"
android:clipToPadding="false"
tools:listitem="@layout/contact_diary_location_list_item" /> tools:listitem="@layout/contact_diary_location_list_item" />
<androidx.constraintlayout.widget.Group <androidx.constraintlayout.widget.Group
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
android:paddingBottom="@dimen/spacing_huge"
android:clipToPadding="false"
tools:listitem="@layout/contact_diary_person_list_item" /> tools:listitem="@layout/contact_diary_person_list_item" />
<androidx.constraintlayout.widget.Group <androidx.constraintlayout.widget.Group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment