Skip to content

Commit

Permalink
Modify subscribe dialog UI
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Oct 28, 2022
1 parent fa95e15 commit 8aedeb8
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
android:textSize="16sp"
android:layout_marginBottom="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/minIntervalEd"
app:layout_constraintBottom_toTopOf="@+id/subscribeBtn"/>
app:layout_constraintTop_toBottomOf="@id/minIntervalEd" />

<EditText
android:id="@+id/keepSubscriptionsEd"
Expand All @@ -45,8 +44,7 @@
android:textSize="16sp"
android:layout_marginBottom="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/keepSubscriptionsEd"
app:layout_constraintBottom_toTopOf="@+id/subscribeBtn"/>
app:layout_constraintTop_toBottomOf="@id/maxIntervalEd" />

<EditText
android:id="@+id/isFabricFilteredEd"
Expand All @@ -57,7 +55,7 @@
android:textSize="16sp"
android:layout_marginBottom="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/isFabricFilteredEd"
app:layout_constraintTop_toBottomOf="@id/keepSubscriptionsEd"
app:layout_constraintBottom_toTopOf="@+id/subscribeBtn"/>

<Button
Expand Down

0 comments on commit 8aedeb8

Please sign in to comment.