html><head><meta charset="utf-8"><title></title><style>.box{width:50%margin-top:10%margin:autopadding:28px height:350pxborder:1px #111 solid display:none /* 默认对话框隐藏 */}.box.show{display:block} .box .x{ font-size:18pxtext-align:rightdisplay:block}.box input{width:80%font-size:18pxmargin-top:18px}</style><script> function change(n){document.getElementById('inputbox').style.display=n?'block':'none'/* 点击按钮打开/关闭 对话框 */} </script></head><body><div id="div1"><input type="button" onClick="change(1)" value="
修改"> <table> <tr> <td width="62"><a href="www.taobao.com" target="_blank">淘宝</a></td> <tr> <td><a href="www.taobao.com" target="_blank">淘宝</a></td> </tr> <tr> <td><a href="www.taobao.com" target="_blank">淘宝</a></td> </tr> </tr> </table></div><div id='inputbox' class="box"> <a class='x' href=''onclick="changereturn false">关闭</a> <p>新名称:</p><input type="text"> <p>新网址:</p><input type="text"> <input type="button" value="确定"></div></body>通过setOnClickListener()来绑定单击事件 例如: Button button = (Button) findViewById(R.id.button_id)button.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { // Perform action on click //增加自己的代1.首先准备一张
图片,尽量不要动图(因为动图不能全屏)
2.将图片放到iApp/Userimg/文件夹中,并以字母或数字重命名。
3.在你需要的界面内添加一个图片控件,然后修改属性,在背景图片框内点击两次修改文件名为你刚才的图片,保存。
4.以下代码复制到载入事件中
.__________
s id=这里填写图片控件id
swh("w", w)
.获取屏幕宽度
swh("h", h)
.获获取屏幕高度
us(id,"w",w)
.设置添加的图片控件的宽度为屏幕的宽度
us(id,"h",h)
.设置添加的图片控件的高度为屏幕的高度
us(id,"x",0)
.设置控件x坐标
us(id,"y",0)
.设置控件y坐标
us(id, "scaletype", "FIT_XY")
.这个是设置图片控件为拉伸
.____________
5.将横线内的代码复制到载入事件中并修改控件id,保存,测试。
6.如果你之前添加过其他控件那么这个图片控件会覆盖以前的控件,下面办法可以解决。
7.点控件》背景图片控件》属性》隐藏》保存》将现在所有能看到的控件点一次》移动》连续点击两次控件》控件》背景图片控件》属性》显示》保存测试。
注:如果除背景控件外还有其他控件是隐藏的需要修改属性为显示点两次后再隐藏,目的是将该控件置于最前。
评论列表(0条)