Make number of grid columns adjustable

This commit is contained in:
MM20
2021-12-17 20:31:13 +01:00
parent dded695b81
commit 185e54bab2
17 changed files with 68 additions and 34 deletions
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SearchGridView">
<attr name="columnCount" format="integer" />
<attr name="rowHeight" format="dimension" />
</declare-styleable>
</resources>