Scroll View in Android Studio, Basic Question

2

I have a very basic question, how do I see the content that is below the ScrollView visible in the editor itself? Since content that exceeds the selected resolution does not appear?

    
asked by anonymous 13.12.2016 / 20:52

1 answer

2

As I said, just upgrade to any higher version of Android Studio 2.2.

In this version, the ScrollView content scroll is already implemented inside the Layout Editor.

    
16.12.2016 / 14:52