Change server button text color to white

This commit is contained in:
Adeel Zafar 2019-08-11 20:18:56 +05:00
parent 3f598a4ce6
commit eed8c7b146

View File

@ -61,6 +61,7 @@
android:layout_marginRight="8dp"
android:background="@color/greenTick"
android:text="@string/start_server_label"
android:textColor="@color/white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"