Show gone view in Android Studio in preview -


I should not set the visibility program and I create it in XML files, but when I view the view, visibility Setting the property Sometimes I need to correct the scenes that have gone in some fields from the preview screen and I have to change the visibility to visible, change, and change the visibility back. It's upset.

How to create views with only visible visibility in the Android Studio preview

  • In your main layout, tools Define attribute:

      XMLL: tool = "http://schemas.android.com/tools"  
  • Use this to show your element, as you normally would:

      Devices: Visibility = "visible"  

Comments