mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
All text that can be generated by users will show emoji from the shipped sprites. For all messages and posts, the custom emoji keyboard is now available. This also disables menu actions rather than hiding them and thus closes #677 Included is a fix for a regression that was not showing the keyboard automatically in forums and thus closes #676
27 lines
750 B
XML
27 lines
750 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>
|
|
|
|
<declare-styleable name="AuthorView">
|
|
<attr name="persona" format="enum">
|
|
<enum name="normal" value="0"/>
|
|
<enum name="reblogger" value="1"/>
|
|
<enum name="commenter" value="2"/>
|
|
</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> |