When am using
android:text="Lorem Ipsum"
the text is just showing normally on the textview but when am using
tools:text="@tools:sample/lorem"
its not showing anything.
I have added the namespace for tools, what might be the problem?
Here is the name space
xmlns:tools="http://schemas.android.com/tools"