<?xml version="1.0" encoding="utf-8"?>
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:scrollbars="vertical"><ScrollViewandroid:layout_width="fill_parent"android:layout_height="wrap_content" ><LinearLayoutandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:orientation="vertical" ><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /><TextViewandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="@string/hello"android:textSize="40sp" /></LinearLayout></ScrollView></HorizontalScrollView>

转载于:https://www.cnblogs.com/sunxun/p/4060130.html

Java-Android 之出滚动条和卷轴页面相关推荐

  1. java web弹出窗口大全_web页面弹出窗口代码大全

    ") OpenWindow.document.write(" Hello! ") OpenWindow.document.write("New window o ...

  2. 【Android 组件化】路由组件 ( 页面跳转参数依赖注入 )

    文章目录 一.参数自动注入 二.自定义注解 三.使用 @Extra 自定义注解 四.注解处理器解析 @Extra 自定义注解 并生成相应 Activity 对应代码 五.博客资源 组件化系列博客 : ...

  3. android 滑动缩放监听,基于Android的ViewPager动画特效实现页面左右滑动效果(实现缩放...

    基于Android的ViewPager动画特效实现页面左右滑动效果(实现缩放 基于Android的ViewPager动画特效实现页面左右滑动效果(实现缩放和透明效果) 在上一个项目的基础上做修改,项目 ...

  4. android 键盘将底部视图顶起,android 弹出软键盘将底部视图顶起问题

    今天要做一个搜索功能,搜索界面采用AutoCompleteTextView做搜索条,然后下面用listview来显示搜索结果,而我的主界面是在底 部用tab做了一个主界面导航,其中有一个搜索按钮,因为 ...

  5. Java学习-14 CSS与CSS3美化页面及网页布局

    Java学习-14 CSS与CSS3美化页面及网页布局 1. CSS简介 什么是CSS? CSS 指层叠样式表 (Cascading Style Sheets) 样式定义如何显示控制 HTML 元素, ...

  6. 基于Android Studio实现的集新闻页面+时钟页面+登录页面于一体的简单demo

    demo简介:三个主界面:新闻页面+时钟页面+登录页面,三个页面可以通过点击底部导航栏(总共三个导航栏,新闻.时间.我,未选中时是白色的,选中后是红色的)以及左右滑动进行页面切换. 新闻界面(该界面有 ...

  7. android上方导航条跳转页面,《成为大前端》系列 7. 多页面、页面跳转和Navigation模块...

    介绍 开发过移动 Web 页面的同学都知道,单个页面由客户端的 UI 所承载,页面间的跳转也 不再是使用 window 和 location,也不是使用 a 标签,而且调用 Native 写好的 br ...

  8. android使用webview上传文件,Android项目中如何在webview页面中上传文件

    Android项目中如何在webview页面中上传文件 发布时间:2020-11-26 15:56:27 来源:亿速云 阅读:68 作者:Leah 本篇文章为大家展示了Android项目中如何在web ...

  9. java/android 设计模式学习笔记(1)--- 单例模式

    前段时间公司一些同事在讨论单例模式(我是最渣的一个,都插不上嘴 T__T ),这个模式使用的频率很高,也可能是很多人最熟悉的设计模式,当然单例模式也算是最简单的设计模式之一吧,简单归简单,但是在实际使 ...

  10. 玩转java(Android)注解

    2019独角兽企业重金招聘Python工程师标准>>> 玩转java(Android)注解 1. java标准(原生)注解概览 Java API 中,在java.lang.java. ...

最新文章

  1. 机智云5.0推出IoT套件GoKit4.0 可实现物联网应用协同开发
  2. struts.xml配置文件(二)
  3. android accessibilityservice自动点击_【Android】无障碍服务(一)入门轻踩
  4. 3.3、自定义错误页面
  5. 「机械」4大传动方式优劣对比:机械、电气、气压、液压
  6. cocoapods的安装与使用
  7. 不容按钮、下拉框 执行同一个函数或者同一种函数的用法
  8. TP5解析html 回显到页面上
  9. 递归法:整数划分问题(怎么进行划分呢)
  10. cad被管理员阻止_CAD注册机无法以管理员身份输入的解决方案
  11. k8s之常用操作命令
  12. 从初级进阶为高级程序员,需要经历什么?
  13. TCP/IP协议(2):各层网络设备
  14. 支付宝接口 设置支付宝订单的超时时间为15分钟
  15. 一口气带你学会Redis升级后的几种数据类型,效率daydayup
  16. 长度标注神器----MarkMan
  17. Word中㎡的上标²变成了2该如何处理
  18. 机器学习-吃瓜教程(西瓜书+南瓜书)-神经网络
  19. android 通过手机号码查询联系人,android获取手机通讯录联系人
  20. tess4j识别中文在linux,macOS上运行tess4j识别中文报错问题

热门文章

  1. bs架构与cs架构的区别_性能测试流程5步走:BS架构和CS架构性能指标大对比
  2. 【UVA12230】Crossing Rivers(概率/期望)
  3. linux操作字符串、文本常用命令总结
  4. 15拆分成3个不同的自然数_素数大概有多少个?15岁的高斯翻过素数表之后给出了答案...
  5. 计算机初级技能词,计算机领域英语常用词汇初级.doc
  6. 算法:回文数字9. Palindrome Number
  7. iOS swift当app从后台切换到前台,或者锁屏后开启唤醒,app收到通知,didBecomeActiveNotification
  8. 尼奥智能陪伴机器人如何绑定设备_巴巴腾 智能陪护儿童机器人A3,为儿童专业定制的小伙伴...
  9. 2021-09-0884. 柱状图中最大的矩形 栈
  10. flask不运行主函数解决方法