fix #793 partially: allow to create EmojiTextViews in background if statically declared in xml

This commit is contained in:
cyBerta
2019-03-30 19:53:29 +01:00
committed by B. Petersen
parent 85cba6cb49
commit 4707efb26a
6 changed files with 42 additions and 19 deletions
+1
View File
@@ -48,6 +48,7 @@
android:paddingTop="@dimen/message_bubble_top_padding"
android:textColor="?conversation_item_outgoing_text_primary_color"
android:textColorLink="?conversation_item_outgoing_text_primary_color"
app:createInBackground="true"
app:scaleEmojis="true"
tools:text="Mango pickle lorem ipsum"/>
</LinearLayout>
+1
View File
@@ -201,6 +201,7 @@
<declare-styleable name="EmojiTextView">
<attr name="scaleEmojis" format="boolean" />
<attr name="createInBackground" format="boolean" />
</declare-styleable>
<declare-styleable name="RingtonePreference">