mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Clean up empty tags in XML files (#6505)
This resolves all the "XML empty tags" lint errors.
This commit is contained in:
parent
61c9de6fcc
commit
2e52adbef8
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue