Skip to content

Commit

Permalink
fixed sizing on suspension_popup.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond123 committed Nov 30, 2022
1 parent 87d399f commit bfc40ce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/src/main/res/layout/suspension_popup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
android:id="@+id/suspensionLength"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:layout_weight="2"
android:ems="10"
android:hint="@string/length"
android:inputType="number"
android:textColor="@color/white"
tools:ignore="TextFields" />
tools:ignore="TextFields"
android:autofillHints="" />

<Space
android:layout_width="5dp"
Expand All @@ -37,7 +39,9 @@
android:id="@+id/spinner"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0" />
android:minHeight="48dp"
android:layout_weight="0"
tools:ignore="SpeakableTextPresentCheck" />

<Space
android:layout_width="25dp"
Expand All @@ -48,7 +52,6 @@
android:id="@+id/completeSuspension"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:backgroundTint="@color/lightBrown"
android:text="@string/suspend" />
</LinearLayout>

0 comments on commit bfc40ce

Please sign in to comment.