mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 17:27:45 +00:00
Fix typing indicator color
This commit is contained in:
parent
94e436b922
commit
11c2983f66
@ -1,11 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="12dp"
|
android:paddingStart="@dimen/medium_spacing"
|
||||||
android:paddingEnd="8dp"
|
|
||||||
android:paddingBottom="@dimen/small_spacing"
|
android:paddingBottom="@dimen/small_spacing"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
|
|
||||||
@ -20,7 +20,8 @@
|
|||||||
<org.thoughtcrime.securesms.conversation.v2.components.TypingIndicatorView
|
<org.thoughtcrime.securesms.conversation.v2.components.TypingIndicatorView
|
||||||
android:id="@+id/typingIndicator"
|
android:id="@+id/typingIndicator"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content"
|
||||||
|
app:typingIndicator_tint="@color/text" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user