Code reformat

This commit is contained in:
2020-09-02 00:05:03 -07:00
committed by Tom Hicks
parent a44893bca8
commit 6da0bfe70a
12 changed files with 228 additions and 96 deletions

View File

@@ -23,10 +23,10 @@
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:importantForAutofill="no"
android:ems="10"
android:inputType="textPersonName"
android:hint="@string/label_search_query"
android:importantForAutofill="no"
android:inputType="textPersonName"
app:layout_constraintEnd_toStartOf="@+id/button_search"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />