Clean up empty tags in XML files (#6505)

This resolves all the "XML empty tags" lint errors.
This commit is contained in:
Amir E. Aharoni 2025-10-14 18:37:17 -04:00 committed by GitHub
parent 61c9de6fcc
commit 2e52adbef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
android:padding="12dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"></EditText>
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/recent_searches"