mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
20 lines
845 B
XML
20 lines
845 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="wrap_content"
|
||
|
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>
|