简体   繁体   English

在android studio中使用ScrollView时看到的其余布局

[英]Seen the rest of the layout when using the ScrollView in android studio

I have android studio. 我有android studio。 But when using the ScrollView to design the layout and etc in inside the screen, I have a problem and when I want to add the additional tools greater than the screen, I can not do this action.Also I have the android studio old version. 但是当使用ScrollView在屏幕内部设计布局等时,我遇到了一个问题,并且当我想添加比屏幕更大的其他工具时,我无法执行此操作,而且我使用的是android studio旧版本。

You need to edit the xml of the view that you want to Put it out of the screen. 您需要编辑要将其显示在屏幕之外的视图的xml。 For example to put it outside the right bound. 例如,将其置于右边界之外。 Simply add 只需添加

    android:layout_marginRight="-250dp"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM