feat: add red color

This commit is contained in:
Azerothwav 2024-12-02 17:04:03 +01:00
parent 91b429e542
commit dee643659b

View File

@ -49,7 +49,8 @@
<TextView
android:id="@+id/tvMessage"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:textColor="#FF5722" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>