fix seperator color for in account dialog

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-02-16 15:18:41 +01:00
parent ea634ff43c
commit c87940e115
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -74,7 +74,7 @@
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_marginTop="4dp"
android:background="@color/controller_chat_separator"
android:background="@color/list_divider_background"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/statusView" />