-
跑马灯(1:Ellipsize:能够看到省略号后面的字体,但是无法全部显示。 2:focusable和focusableInTouchMode:能够实现跑马灯效果,但是当有两个TextView时无法正常显示第二个TextView)查看全部
-
editText属性查看全部
-
匿名内部类查看全部
-
1、定义textView标签的4个属性: android:singleLine="true"//使其只能单行 android:ellipsize="marquee"//去掉省略号 android:focusable = "true"//使其循环 android : focusableInTouchMode = "true" 2、自定义类继承TextView: 实现三个构造函数; 复写isfocued方法,返回true(默认都有有焦点,平常只有一个有焦点在第一行上) 3、使用自定义的类,方法是用包名和自定义类名代替TextView(src下的包名+类名)查看全部
-
focusable,focusableIntouch查看全部
-
线性布局占用比例查看全部
-
线性布局的仓用属性查看全部
-
android:orientation="veitical/hori..." 线性布局查看全部
-
跑马灯查看全部
-
CheckBox复选框属性查看全部
-
基本语法查看全部
-
completionThreshold -->设置第几个字符开始匹配查看全部
-
MultiAutoCompleteTextView查看全部
-
交互交互查看全部
-
进度条查看全部
举报
0/150
提交
取消