android表格添加边框颜色吗,如何给TableLayout加边框

呵呵,其实很简单

就是将TableLayout定义一种颜色,在给TableRow定义一种颜色。通过TableRow的layout_margin挤出一个像素的宽度就变成了TableLayout的宽度。这种方法好不好,我也不知道,就是自己经常用,如果有更好的方案,希望提供。

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="#ffffff">

android:id="@+id/tableRow1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#939093" >

android:id="@+id/weather_search"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginBottom="0.5dip"

android:layout_marginRight="0.5dip"

android:background="@drawable/index_btn"

android:src="@drawable/t5" />

android:id="@+id/contact"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginBottom="0.5dip"

android:layout_marginRight="0.5dip"

android:background="@drawable/index_btn"

android:src="@drawable/jsq2" />

android:id="@+id/notepad"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginBottom="0.5dip"

android:layout_marginRight="0.5dip"

android:background="@drawable/index_btn"

android:src="@drawable/js6" />

android:id="@+id/tableRow2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="#939093" >

android:id="@+id/calculator"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginBottom="0.5dip"

android:layout_marginRight="0.5dip"

android:background="@drawable/index_btn"

android:src="@drawable/j5" />

android:id="@+id/ems_search"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginBottom="0.5dip"

android:layout_marginRight="0.5dip"

android:background="@drawable/index_btn"

android:src="@drawable/k3" />

android:id="@+id/calendar"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginBottom="0.5dip"

android:layout_marginRight="0.5dip"

android:background="@drawable/index_btn"

android:src="@drawable/r2" />

Html-浅谈如何正确给table加边框

一般来说,给表格加边框都会出现不同的问题,以下是给表格加边框后展现比较好的方式

多行图片hover加边框兼容IE7+

问题: 遇到多行多列排列的图片时,hover上去加边框会把下面的图片挤到别处 ============================================================ ...

div加边框

一.虚线与实线边框 边框虚线样式:dashed 边框实现样式:solid border:1px dashed #000 代表设置对象边框宽度为1px黑色虚线边框 border:1px solid #0 ...

CSS鼠标悬停图片加边框效果,不位移的方法

css实现鼠标悬停时图片加边框效 ...

AS3给显示对象加边框

给显示对象加边框,可以有以下三种方法1.根据相交路径的缠绕规则的奇偶规则法(使用奇偶缠绕规则时,任何相交路径都交替使用开放填充与闭合填充.如果使用同一填充绘制的两个正方形相交,则不会填充相交的区域.通 ...

DDGScreenShot--iOS 图片裁剪,切圆角,加边框,你还用cornerRadius,还有更高级的用法

写在前面 我们肯定做过这样的需求,给一个图片切圆角, 当然我们大多采用简单粗暴的方法 myIcon.layer.cornerRadius = 16.5 myIcon.layer.masksToBoun ...

C#实现给图片加边框的方法

Bitmap bit= new Bitmap(@"" + Path);//给图片加边框 //Bitmap bit = new Bitmap(Screen.AllScreens[0] ...

浅谈如何正确给table加边框

一般来说,给表格加边框都会出现不同的问题,以下是给表格加边框后展现比较好的方式

用CSS给表格加边框

很久之前,给表格加边框用的方法是给表格加上背景色,然后把cellspacing="1",再给td设置成另一种颜色,这样间接的加边框颜色. 一直没去细研究,今天发现了一种很简单的加边 ...

随机推荐

httpie 取代 curl

接口测试有人喜欢postman(for windows or mac) 如果长期用linux工作,可能更喜欢命令的方式,比如curl最近深入了解了下django-rest-framwork,他们推荐了 ...

LoadRunner ---思考时间设置

用户访问某个网站或软件,一般不会不停地做个各种操作,例如一次查询,用户需要时间查看查询的结果是否是自己想要的.例如一次订单提交,用户需要时间核对自己填写的信息是否正确等. 也就是说用户在做某些操作时, ...

编写 Window 服务程序

编写 Window 服务程序     一.直观认识Windows服务.        打开Windows“控制面板/管理工具/服务”,系统显示Windows服务列表.                  ...

【Android学习】尺寸单位 px in mm pt dp sp

一.Android中支持的尺寸单位 下面用表格的方式将Android中支持的尺寸单位列举,供大家参考: Android的尺寸单位  单位表示  单位名称  单位说明  px  像素  屏幕上的真实像素 ...

JSP内置对象值out对象及其它的一些常见方法

out对象: out对象是jspWriter类的实例,是向客户端输出内容常用的对象. 常用方法如下: void println() 向客户端打印字符串 void clear() 清除缓冲区的内容,如果 ...

拖拽模块move2

之前的模块代码太死板了,由于内部定义了控件的ID,使用起来很不方便,so-----直接看代码

Redis可视化客户端管理及监控工具TreeNMS

https://www.cnblogs.com/li150dan/p/9529054.html

js里面的判断最好做到完全控制

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值