10 lines
369 B
XML
10 lines
369 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="TableEntryView">
|
|
<attr name="tev_rowEvenBackgroundColor" format="color" />
|
|
<attr name="tev_borderColor" format="color" />
|
|
<attr name="tev_borderWidth" format="dimension" />
|
|
<attr name="tev_debugData" format="string" />
|
|
</declare-styleable>
|
|
</resources> |