2020-08-20 13:05:23 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-01-02 02:54:32 +00:00
|
|
|
<awais.instagrabber.customviews.RamboTextViewV2 xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2020-08-20 13:05:23 +00:00
|
|
|
android:id="@+id/tvMessage"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2021-01-02 02:54:32 +00:00
|
|
|
android:paddingStart="@dimen/dm_message_card_radius"
|
|
|
|
android:paddingTop="@dimen/dm_message_card_radius_small"
|
|
|
|
android:paddingEnd="@dimen/dm_message_card_radius"
|
|
|
|
android:paddingBottom="@dimen/dm_message_card_radius_small"
|
|
|
|
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
|
2021-03-25 12:07:16 +00:00
|
|
|
android:textColor="@color/white"
|
2021-05-10 14:03:37 +00:00
|
|
|
tools:text="So here you can see the timestamp overlaps lol tt tt tt tt tt tt tt tt tt tt t" />
|