mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Updated java.library.path.
This commit is contained in:
28
briar-android/src/main/res/values/attrs.xml
Normal file
28
briar-android/src/main/res/values/attrs.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<declare-styleable name="BriarRecyclerView">
|
||||
<attr name="scrollToEnd" format="boolean" />
|
||||
<attr name="emptyText" format="string" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="AuthorView">
|
||||
<attr name="persona" format="enum">
|
||||
<enum name="normal" value="0"/>
|
||||
<enum name="reblogger" value="1"/>
|
||||
<enum name="commenter" value="2"/>
|
||||
<enum name="list" value="3"/>
|
||||
</attr>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="TextInputView">
|
||||
<attr name="hint" format="string"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="LargeTextInputView">
|
||||
<attr name="buttonText" format="string"/>
|
||||
<attr name="maxLines" format="integer"/>
|
||||
<attr name="fillHeight" format="boolean"/>
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user