mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
7c95adc7e6
Closes #4710
19 lines
807 B
XML
19 lines
807 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="match_parent"
|
|
android:layout_height="20dp"
|
|
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> |