UI设计总结1

1,自定义的分割线


<View  android:layout_width="1dip"  
android:layout_height="match_parent"  
android:background="@color/tomato"   
android:layout_gravity="center_horizontal" 
 android:layout_marginLeft="140dp" 
 android:id="@+id/tableLayout" 
 android:layout_alignTop="@+id/tableLayout2" /> 



2,Button把背景设置成白色还是会有灰色边框的阴影线,而imagebutton、textview不会有。实现每有阴影的值显示字或者图片的话就用imageview和textview就好了,但是他们两个都只能实现要么只放图片要么只能放文字。

3,带形状的图标的实现:

用PS吧想要的部分抠出来(魔法星棒实现直接扣),然后ctrl+c复制,ctrl+n新建文件,ctrl+v粘贴到新文件下面就行了


2015-12-26





你可能感兴趣的:(UI设计总结1)