change "No conversations archived" screen design

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-01-23 10:59:40 +01:00
parent a6055e52e8
commit 71af112a8c
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -223,8 +223,8 @@
android:layout_width="match_parent"
android:layout_height="72dp"
android:contentDescription="@string/nc_app_product_name"
android:src="@drawable/ic_list_empty_error"
app:tint="@color/hwSecurityRed" />
android:src="@drawable/outline_archive_24"
app:tint="@color/grey_600" />
<TextView
android:layout_width="match_parent"
@ -238,7 +238,7 @@
android:paddingBottom="@dimen/standard_half_padding"
android:text="@string/no_conversations_archived"
android:textAlignment="center"
android:textColor="@color/conversation_item_header"
android:textColor="@color/high_emphasis_text"
android:textSize="22sp" />
</RelativeLayout>