mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue