为了账号安全,请及时绑定邮箱和手机立即绑定

关于Android:focusable与android:focusableInTouchMode求解答

看到很多人的笔记是说Android:focusable=“ture”这句话实现循环;

但是我查了一下百度Android:focusableandroid:focusableInTouchMode 

前者是获取键盘操作的焦点,后者是获取触屏操作的焦点

并不是实现循环的功能啊?我说的错了还是其他人的笔记错了?这两句话到底实现什么功能

正在回答

1 回答

实现循环还需要定义TextView的格式,下面两个句子将其限定为一行显示

android:singleLine="true"
android:ellipsize="marquee"

android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"同时存在时才会显示循环

0 回复 有任何疑惑可以回复我~
#1

呵阿咯咯 提问者

这个我知道,只是关于android:focusable="true" android:focusableInTouchMode="true"不是很懂,这两句是什么意思
2017-05-07 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

关于Android:focusable与android:focusableInTouchMode求解答

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信