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 exceeding the selected resolution does not appear?
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 exceeding the selected resolution does not appear?
2
As I commented, just upgrade to any higher version of Android Studio 2.2.
In this version is already implemented the scroll of the content of ScrollView
inside the Layout Editor.
Browser other questions tagged android android-studio android-layout
You are not signed in. Login or sign up in order to post.
As well as in the editor himself?
– Denis
For example, I created a Textview that exceeds the "visible" screen of the phone, I mean, I would have to scroll the screen down on the phone to see the rest of the text right? as I do in the editor himself?
– Junior Klawa
Junior, scroll with your mouse inside Scrollview on
Layout Editor
does not work? At least from version 2.2 it is possible to do this. I found this gif as an example: https://www.reddit.com/r/androiddev/comments/4u2flb/android_studio_22_preview_5_allows_you_to_scroll/? st=iwoym5vb&sh=3c272ee0.– Wakim
I updated here and it worked, thanks man!
– Junior Klawa