Controlling view visibility from a resources
This is an old question that has already been accepted, but the following solution may help someone else: If you check res/values/attrs.xml in Android source code, you’ll see the definition of visibility property like this: <!– Controls the initial visibility of the view. –> <attr name=”visibility”> <!– Visible on screen; the default value. –> <enum … Read more