mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
8 lines
223 B
XML
8 lines
223 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="BriarRecyclerView">
|
|
<attr name="scrollToEnd" format="boolean" />
|
|
<attr name="emptyText" format="string" />
|
|
</declare-styleable>
|
|
|
|
</resources> |