mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
change "No conversations archived" screen design
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
a6055e52e8
commit
71af112a8c
@ -223,8 +223,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="72dp"
|
android:layout_height="72dp"
|
||||||
android:contentDescription="@string/nc_app_product_name"
|
android:contentDescription="@string/nc_app_product_name"
|
||||||
android:src="@drawable/ic_list_empty_error"
|
android:src="@drawable/outline_archive_24"
|
||||||
app:tint="@color/hwSecurityRed" />
|
app:tint="@color/grey_600" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -238,7 +238,7 @@
|
|||||||
android:paddingBottom="@dimen/standard_half_padding"
|
android:paddingBottom="@dimen/standard_half_padding"
|
||||||
android:text="@string/no_conversations_archived"
|
android:text="@string/no_conversations_archived"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="@color/conversation_item_header"
|
android:textColor="@color/high_emphasis_text"
|
||||||
android:textSize="22sp" />
|
android:textSize="22sp" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user