]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/values/attr.xml
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / values / attr.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <attr name="drawer_background" format="reference|color"/>
4     <attr name="table_row_dark_bg" format="reference|color"/>
5     <attr name="table_row_light_bg" format="reference|color"/>
6     <attr name="textColor" format="reference|color"/>
7
8 </resources>