Alternate colorized rows in list

This commit is contained in:
2024-11-24 09:46:39 +01:00
parent 37b68450da
commit a4b43ffb10
3 changed files with 11 additions and 2 deletions

View File

@ -6,4 +6,6 @@
<color name="translucent">#c000</color>
<color name="transparent">#0000</color>
<color name="grey">#ccc</color>
<color name="list_background_odd">#423B25</color>
<color name="list_background_even">@color/transparent</color>
</resources>