贵有恒,何必三更起、五更眠、最无益,只怕一日曝、十日寒。这篇文章主要讲述010-Android开发解决控件超出屏幕,不能正常显示的问题相关的知识,希望能为你提供帮助。
【010-Android开发解决控件超出屏幕,不能正常显示的问题】可使用控件ScrollView来做下翻滚动条,但是ScrollView内部只能包含一个控件(可在其内部添加一个layout布局,在布局内部再添加内容)
< ScrollView android:layout_width="409dp" android:layout_height="wrap_content" android:layout_marginStart="1dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> < ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="https://www.songbingjia.com/android/@mipmap/standard" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> < /ScrollView>
推荐阅读
- Android Studio安装及环境配置教程(转)
- 20-2-4 安卓软件中加载较大图片导致crash(Failed to allocate a xxx byte allocation with xxxfree bytes)的问题
- 五指APP和用户中心源码含数据库
- 关于Android移植项目
- APP测试-内存分析
- SpringBoot 项目不加载 application.properties 配置文件
- [android]com.android.support:appcompat-v7:XXX包导入无法Build
- Android 如何通过代码绘制小票单据
- Deepin Linux下安装安卓应用的各种方式