"Send" button text should be white

This commit is contained in:
Khushbu 2025-04-14 18:38:08 +05:30
parent 7bb63a622a
commit cd952d4d18

View file

@ -102,6 +102,7 @@
android:layout_marginEnd="8dp"
android:text="SEND"
android:visibility="visible"
android:textColor="@color/white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/textHeader"
app:layout_constraintHorizontal_bias="1.0"