Scroll View on Android Studio, Basic question

Asked

Viewed 530 times

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?

  • 1

    As well as in the editor himself?

  • 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?

  • 1

    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.

  • I updated here and it worked, thanks man!

1 answer

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

You are not signed in. Login or sign up in order to post.