Unbolds text

This commit is contained in:
ericdecanini 2022-08-10 17:34:16 +02:00
parent 4f4d7f111d
commit 7a50e25bea

View file

@ -14,8 +14,7 @@
android:paddingVertical="16dp"
android:text="@string/start_chat"
android:textAppearance="@style/TextAppearance.Vector.Body"
android:textColor="?vctr_content_primary"
android:textStyle="bold" />
android:textColor="?vctr_content_primary" />
<TextView
android:id="@+id/create_room"
@ -27,7 +26,6 @@
android:paddingVertical="16dp"
android:text="@string/create_room"
android:textAppearance="@style/TextAppearance.Vector.Body"
android:textColor="?vctr_content_primary"
android:textStyle="bold" />
android:textColor="?vctr_content_primary" />
</LinearLayout>