mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Unbolds text
This commit is contained in:
parent
4f4d7f111d
commit
7a50e25bea
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue