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

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/white"></solid>
<solid android:color="@color/white" />
</shape>