mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Fix hpyerlinking recieved/sent date in messages
This commit is contained in:
parent
ed45067227
commit
6fb85aff6d
@ -150,7 +150,7 @@
|
|||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?conversation_received_text_secondary_color"
|
android:textColor="?conversation_received_text_secondary_color"
|
||||||
android:fontFamily="sans-serif-light"
|
android:fontFamily="sans-serif-light"
|
||||||
android:autoLink="all"
|
android:autoLink="none"
|
||||||
android:linksClickable="false" />
|
android:linksClickable="false" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
android:paddingTop="1dip"/>
|
android:paddingTop="1dip"/>
|
||||||
|
|
||||||
<TextView android:id="@+id/conversation_item_date"
|
<TextView android:id="@+id/conversation_item_date"
|
||||||
android:autoLink="all"
|
android:autoLink="none"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:linksClickable="false"
|
android:linksClickable="false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user