mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 17:57:34 +00:00

committed by
Moxie Marlinspike

parent
5ffee53faa
commit
b17cba621e
@@ -75,7 +75,8 @@
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="?conversation_item_received_text_primary_color"
|
||||
android:textColorLink="?conversation_item_received_text_primary_color"
|
||||
android:textSize="@dimen/conversation_item_body_text_size" />
|
||||
android:textSize="@dimen/conversation_item_body_text_size"
|
||||
app:scaleEmojis="true" />
|
||||
|
||||
<LinearLayout android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@@ -65,7 +65,8 @@
|
||||
android:textColor="?conversation_item_sent_text_primary_color"
|
||||
android:textColorLink="?conversation_item_sent_text_primary_color"
|
||||
android:textSize="@dimen/conversation_item_body_text_size"
|
||||
tools:text="Mango pickle lorem ipsum" />
|
||||
app:scaleEmojis="true"
|
||||
tools:text="Mango pickle lorem ipsum"/>
|
||||
|
||||
<LinearLayout android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@@ -194,5 +194,9 @@
|
||||
<attr name="documentForegroundTintColor" format="color" />
|
||||
<attr name="documentBackgroundTintColor" format="color" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="EmojiTextView">
|
||||
<attr name="scaleEmojis" format="boolean" />
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user