I have a simple Layout file. What's happening basically is that empty TextView is not appearing(without setting its Text property).
This issue is encountered only in version 3.0,3.1 and 3.2 OS.
Empty TextView is not occupying its space or in other words empty textview is not visible.
Empty textview is visible after setting following properties.
- android:focusable="false"
- android:focusableInTouchMode="false"
- android:clickable="true"
- android:inputType="text"
What can I do to make it visible? Please respond ASAP.