initial commit

This commit is contained in:
Dhya 2024-10-02 18:22:28 -07:00
commit dd76a6a1a3
55 changed files with 989 additions and 0 deletions

8
app/lint.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Ignore the IconLocation for the Tile preview images -->
<issue id="IconLocation">
<ignore path="res/drawable/tile_preview.png" />
<ignore path="res/drawable-round/tile_preview.png" />
</issue>
</lint>