mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
f047df0fe8
Closes #4033 // FREEBIE
20 lines
837 B
XML
20 lines
837 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dots="http://schemas.android.com/apk/res-auto">
|
|
|
|
<pl.tajchert.sample.DotsTextView
|
|
android:id="@+id/pending_indicator"
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:visibility="gone"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:fontFamily="sans-serif-light"
|
|
android:textColor="?conversation_item_sent_text_secondary_color"
|
|
android:textSize="@dimen/conversation_item_date_text_size"
|
|
android:paddingTop="1dip"
|
|
android:paddingLeft="2dip"
|
|
android:paddingBottom="5dp"
|
|
dots:period="150"
|
|
dots:autoplay="true"/>
|
|
|
|
</merge> |