'I create a text view that show in XML layout but after run that project nothing text to show in my mobile

My text view code is

<TextView
    android:id="@+id/txtanim"
    android:layout_width="180dp"
    android:layout_height="68dp"
    android:gravity="center"
    android:text="WELCOME"
    android:textColor="#2A40BA"
    android:textSize="44sp" />

I am just share my text view code is that enough to solve my issue??



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source