mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
fix rotating pending-icon
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
tools:text="30 mins"/>
|
||||
|
||||
<ImageView android:id="@+id/delivery_indicator"
|
||||
android:layout_width="20dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:tint="?attr/conversation_item_outgoing_text_secondary_color"
|
||||
android:paddingLeft="2dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
</merge>
|
||||
|
||||
@@ -118,11 +118,10 @@
|
||||
android:background="@drawable/archived_indicator_background" />
|
||||
|
||||
<ImageView android:id="@+id/delivery_indicator"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
android:paddingLeft="2dp"
|
||||
android:tint="?attr/conversation_item_outgoing_text_secondary_color"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
|
||||
|
||||
</merge>
|
||||
Reference in New Issue
Block a user