Android Studio:在模拟器上测试时,水平滚动视图会冻结

Android Studio:在模拟器上测试时,水平滚动视图会冻结,第1张

概述当我在模拟器上测试应用程序(具有“水平滚动视图”)时,滚动部分冻结在中间.有时,当我以其他方式滚动时,滚动会冻结.该应用程序不会冻结,因为后退按钮有效.这会冻结在实际的Android设备上,还是仅仅是我的模拟器做出反应?这是我的滚动活动代码:<RelativeLayoutxmlns:android="http

当我在模拟器上测试应用程序(具有“水平滚动视图”)时,滚动部分冻结在中间.有时,当我以其他方式滚动时,滚动会冻结.该应用程序不会冻结,因为后退按钮有效.这会冻结在实际的Android设备上,还是仅仅是我的模拟器做出反应?

这是我的滚动活动代码:

 <relativeLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"xmlns:tools="http://schemas.androID.com/tools"androID:layout_wIDth="match_parent"androID:layout_height="match_parent"androID:paddingleft="@dimen/activity_horizontal_margin"androID:paddingRight="@dimen/activity_horizontal_margin"androID:paddingtop="@dimen/activity_vertical_margin"androID:paddingBottom="@dimen/activity_vertical_margin"tools:context="namee.com.myapp.School"androID:background="#000000"><horizontalscrollview androID:ID="@+ID/horizontalScroll"    androID:layout_wIDth="fill_parent"    androID:layout_height="wrap_content"    androID:fadingEdgeLength="20dp"    androID:background="#000000">   <linearLayout       androID:layout_wIDth="wrap_content"       androID:layout_height="wrap_content"       androID:background="#000000">       <ImageVIEw androID:src="@drawable/sunset3" androID:layout_height="354dp" androID:layout_wIDth="600dp" />       <ImageVIEw androID:src="@drawable/sunset3" androID:layout_height="354dp" androID:layout_wIDth="600dp" />       <ImageVIEw androID:src="@drawable/sunset3" androID:layout_height="354dp" androID:layout_wIDth="600dp" />       </linearLayout></horizontalscrollview>

这是日落3

http://postimg.org/image/5l69hadel/

解决方法:

我在AndroID设备(三星galaxy S4 mini,AndroID 4.4.2)上进行了尝试,并且工作正常.模拟器可能存在一些问题(例如内存限制过低).

总结

以上是内存溢出为你收集整理的Android Studio:在模拟器上测试时,水平滚动视图会冻结全部内容,希望文章能够帮你解决Android Studio:在模拟器上测试时,水平滚动视图会冻结所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1088319.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存