Skip to content

Commit 20661e7

Browse files
committed
fix some ui
1 parent 332d423 commit 20661e7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

app/src/main/res/layout/dropdown_relementvalue.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
android:background="@drawable/button"
2727
android:clickable="true"
2828
android:enabled="true"
29+
android:textColor="@color/white"
2930
android:padding="15dp"
3031
app:layout_constraintBottom_toBottomOf="parent"
3132
app:layout_constraintEnd_toStartOf="@+id/helpFieldButton"

app/src/main/res/layout/notstrict_dropdown_relementvalue.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
app:layout_constraintStart_toStartOf="parent"
1818
app:layout_constraintTop_toTopOf="parent" />
1919

20-
<MultiAutoCompleteTextView
20+
<androidx.appcompat.widget.AppCompatAutoCompleteTextView
2121
android:id="@+id/fieldBox"
2222
android:layout_width="0dp"
2323
android:layout_height="55dp"
@@ -32,6 +32,7 @@
3232
android:hint="@string/value_hint"
3333
android:inputType="text"
3434
android:padding="15dp"
35+
android:completionThreshold="1"
3536
app:layout_constraintBottom_toBottomOf="parent"
3637
app:layout_constraintEnd_toStartOf="@+id/helpFieldButton"
3738
app:layout_constraintStart_toEndOf="@+id/fieldNameTextView"

app/src/main/res/layout/rhtmlalert.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,23 @@
1010
android:id="@+id/titleText"
1111
android:layout_width="wrap_content"
1212
android:layout_height="wrap_content"
13-
android:layout_marginStart="8dp"
14-
android:layout_marginTop="8dp"
13+
android:layout_marginStart="24dp"
14+
android:layout_marginTop="24dp"
1515
android:text="@string/acknowledge"
1616
android:textColor="@color/white"
17-
android:textSize="24sp"
17+
android:textSize="16sp"
1818
app:layout_constraintStart_toStartOf="parent"
1919
app:layout_constraintTop_toTopOf="parent" />
2020

2121
<TextView
2222
android:id="@+id/messageText"
2323
android:layout_width="wrap_content"
2424
android:layout_height="wrap_content"
25-
android:layout_marginStart="16dp"
2625
android:layout_marginTop="8dp"
2726
android:text="@string/acknowledge"
2827
android:textColor="@color/white"
29-
android:textSize="16sp"
30-
app:layout_constraintStart_toStartOf="parent"
28+
android:textSize="14sp"
29+
app:layout_constraintStart_toStartOf="@+id/titleText"
3130
app:layout_constraintTop_toBottomOf="@+id/titleText" />
3231

3332
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)