E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
editview
Android TextView(
EditView
)文字底部或者中间 加横线
promotionLinkText=(TextView)this.findViewById(R.id.text_promotion_link);中间加横线promotionLinkText.getPaint().setFlags(Paint.STRIKE_THRU_TEXT_FLAG);底部加横线:promotionLinkText.getPaint().setFlags(Paint.U
lvron
·
2010-11-18 23:00
android
Android 控件之TextView、
EditView
、CheckBox
Android控件之TextView、
EditView
、CheckBox--学习笔记3(金海建)目的:通过一个登陆框,来学习TextView、
EditView
、CheckBox的使用新建一个工程,然后设计如下
jinhaijian
·
2010-11-17 16:00
android
user
layout
button
encoding
Android学习笔记7——常用控件
1.TextView2.
EditView
3.Button4.RadioButton5.Checkbox6.Toast7.ProgressBar8.ListView 4.RadioButton需结合布局文件里需结合
sumang_87
·
2010-11-11 00:00
EditView
专用贴
EditView
只能输入浮点数字 2.
EditView
不能输入数据 二、内容 1.
冷眼2009
·
2010-10-22 00:00
android
Android TextView(
EditView
)文字底部或者中间 加横线
promotionLinkText = (TextView) this .findViewById(R.id. text_promotion_link ); 中间加横线 promotionLinkText .getPaint().setFlags(Paint. STRIKE_THRU_TEXT_FLAG ); 底部加横线: promotionLinkText .getPain
isiqi
·
2010-10-15 10:00
android
Android TextView(
EditView
)文字底部或者中间 加横线
promotionLinkText = (TextView) this .findViewById(R.id. text_promotion_link ); 中间加横线 promotionLinkText .getPaint().setFlags(Paint. STRIKE_THRU_TEXT_FLAG ); 底部加横线: promotionLinkText .getPaint().se
ET焖猪仔
·
2010-10-14 20:00
android
Android TextView(
EditView
)文字底部或者中间 加横线
promotionLinkText = (TextView) this .findViewById(R.id. text_promotion_link ); 中间加横线 promotionLinkText .getPaint().setFlags(Paint. STRIKE_THRU_TEXT_FLAG ); 底部加横线: promotionLinkText .getPaint().se
ET焖猪仔
·
2010-10-14 20:00
android
让
editView
、AutoCompleteTextView开始捕获的焦点
让在我的项目中有一个listView 还有一个AutoCompleteTextView,我不想一运行AutoCompleteTextView就获得焦点 试了一下午没找到方法最终用了一个本办法 <LinearLayout android:focusable="true" android:focusableInTouchMode="true"
wang_peng1
·
2010-10-09 17:00
android
Android---3种方式限制
EditView
输入字数
方法一:利用TextWatcher editText.addTextChangedListener(new TextWatcher() { private CharSequence temp; private boolean isEdit = true; private int selectionStar
marine8888
·
2010-09-24 16:00
xml
android
图片插入
EditView
中
在xml中很简单 只要在veditView中设置属性Drawable{Right | Left | Top | Bottom} 在设置中可以使用 EditText text = (EditText)findViewById(R.id.text); text.setCompoundDrawables(null, null, getResources().getDrawable(R.drawable.
wang_peng1
·
2010-09-15 15:00
xml
EditView
阻止软键盘自动弹出
在AndroidManifest.xml里面 选择那个acitivity, 把他的window soft input mode设置成stateHidden和 adjustUnspecified 如: <activity android:name=".ClientSearchViewActivity" android:label="
ming_fanglin
·
2010-08-26 10:00
java
xml
editView
中字里行间加入动画
setContentView(R.layout.main); TextView textView = (TextView) findViewById(R.id.textview); Spanna
wang_peng1
·
2010-07-25 21:00
view
《宅男的android开发指南》(翻译)--7
完整的在附件,共计24页word 10更多的部件和容器 在前面的章节中,我们介绍了
EditView
可以设置输入的时候是数字或者电话号码,等等。
ztl1010
·
2010-06-13 01:00
UI
android
editText让enter建不是换行而是换到下一个按钮
editView
默认的是输入enter后是换行,而我想转移到下一个焦点 tCNPCode.setOnKeyListener(new OnKeyListener() {  
wang_peng1
·
2010-06-11 15:00
EditText
listView 中存在
editView
chetxBox等点击事件处理
package com.o1.android.view; import java.util.ArrayList;import java.util.List; import android.content.Context;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGrou
wang_peng1
·
2010-04-29 16:00
android
xml
OS
Access
performance
隐藏
editView
中的内容以及Linkify的使用
今天竟然捣鼓出一小效果隐藏
editView
中的部分内容,这个主要利用了
editView
背景色和字体一个颜色这样就相当于以藏了又是一招欺骗,哎看来欺骗哪里都好用 EditText tx =(EditText
wang_peng1
·
2010-04-17 22:00
qq
丰富的控件FieldBuilderType
1、配置按钮,放在
EditView
的Field的右边2、TextFieldBuilder,文字输入框//联动的多个fieldBuilders3、TextAreaBuilder,多行编辑框4、TextBuilder
dqqmq
·
2010-04-01 15:00
html
jquery
JSF
editView
多行光标位置问题和联系人问题
1 其实android好多细节问题 很简单却很耗费时间 今天遇到 一个 <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:gra
wang_peng1
·
2010-03-19 16:00
C++
c
android
C#
android造假
editView
显示时间
我需要的效果是 点击
editView
然后弹出修改时间的对话框,可是呢veditView你点击会出现键盘输入 然后在点击才出现时间对话框 不和谐。
wang_peng1
·
2010-01-23 14:00
android
程序实现
editView
控件高亮以及改变tabHost背景色以及
editView
和textView文本不同颜色
edit = new EditText(); edit.requestFocus() container.addView(edit); 如果按照上面那样就没有效果你应该 edit = new EditText(); container.addView(edit); edit.requestFocus(); 2.TabHost.getCurrentT
wang_peng1
·
2010-01-21 21:00
html
xml
android
保证
editView
大小不变防止输入过多变形以及TextView的style引用
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretch
wang_peng1
·
2010-01-13 10:00
android
让
EditView
只能输入电话号码 同时还是密码形式不让查看
<EditText android:id="@+id/EditText01" android:layout_height="wrap_content" android:layout_width="fill_parent" android:password="true"
wang_peng1
·
2010-01-07 19:00
android
阻止EditText 开始就获得焦点
在listView中或其他格式中存在
editView
,尤其是listView和
editView
并存的时候 程序运行veditvview 就获得焦点,如何让他不获得焦点呢 EditText.setSelected
wang_peng1
·
2009-12-24 21:00
android
EditView
某些属性说明
android:autoText:to control if the field should provide automatic spelling assistance android:capitalize:控制第一个字母为大写 android:digits:控制必须为某些数字 android:singleLine:当按回车不进行换行 当你想实现其他的某些限制,如输入必须为电话号
cenphoenix
·
2009-08-26 14:00
android
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他