Skip to content

Commit

Permalink
Merge pull request #104 from JakeGonder/master
Browse files Browse the repository at this point in the history
Design tweak
  • Loading branch information
KiARC authored Jun 25, 2023
2 parents 71b4c40 + 247ac21 commit c5b70b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/layout-land/activity_create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:layout_height="wrap_content"
android:hint="@string/addiction_name"
android:layout_marginTop="1000dp"
android:layout_marginHorizontal="10dp"
app:layout_constraintBottom_toTopOf="@id/clPickTime"
app:layout_constraintTop_toTopOf="parent">

Expand All @@ -37,6 +38,7 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingVertical="10dp"
android:layout_marginHorizontal="10dp"
app:layout_constraintTop_toBottomOf="@id/til"
app:layout_constraintBottom_toTopOf="@id/clPickDate">

Expand Down Expand Up @@ -68,6 +70,7 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingVertical="10dp"
android:layout_marginHorizontal="10dp"
app:layout_constraintTop_toBottomOf="@id/clPickTime"
app:layout_constraintBottom_toTopOf="@id/clPickPriority">

Expand Down Expand Up @@ -99,6 +102,7 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingVertical="10dp"
android:layout_marginHorizontal="10dp"
app:layout_constraintTop_toBottomOf="@id/clPickDate"
app:layout_constraintBottom_toTopOf="@id/btnCreate">

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/layout/activity_create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/til"
android:layout_marginHorizontal="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/addiction_name"
Expand All @@ -38,6 +39,7 @@
android:background="?attr/selectableItemBackground"
android:paddingVertical="10dp"
android:layout_marginTop="60dp"
android:layout_marginHorizontal="10dp"
app:layout_constraintTop_toBottomOf="@id/til"
app:layout_constraintBottom_toTopOf="@id/clPickDate">

Expand Down Expand Up @@ -69,6 +71,7 @@
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingVertical="10dp"
android:layout_marginHorizontal="10dp"
app:layout_constraintTop_toBottomOf="@id/clPickTime"
app:layout_constraintBottom_toTopOf="@id/clPickPriority">

Expand Down Expand Up @@ -98,6 +101,7 @@
android:id="@+id/clPickPriority"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="10dp"
android:background="?attr/selectableItemBackground"
android:paddingVertical="10dp"
android:layout_marginBottom="60dp"
Expand Down

0 comments on commit c5b70b1

Please sign in to comment.