在res/drawable创建两个样式 点击前/点击后 round: newround: 接下来j Activity: JAVA: 运行效果: 点击之前 点击后: ...
分类:
移动开发 时间:
2017-04-09 13:05:01
阅读次数:
202
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" JAVA: ...
分类:
移动开发 时间:
2017-04-08 17:11:14
阅读次数:
255
Activity: JAVA: 运行效果: ...
分类:
移动开发 时间:
2017-04-08 17:06:45
阅读次数:
189
线性布局是一种让视图水平或者垂直布排列的布局; 常用属性: androuid:orientation :表示布局方向 取值vertical表示垂直布局 取值horizontal表示水平布局 android:gravity 表示视图对齐方式 内容包括 TOP,bottom,left,right,cen ...
分类:
移动开发 时间:
2017-04-08 14:57:32
阅读次数:
299
恢复内容开始 Activity: android:id="@+id/b1 android:layout_width="fill_parent" android:layout_height="wrap_content" android:onClick="dj1" android:text="RED" ...
分类:
移动开发 时间:
2017-04-08 13:51:11
阅读次数:
222
线性布局 LinearLayout: 相对布局 RelativeLayout: 帧布局FrameLyaout: 表格布局TableLayout: ...
分类:
移动开发 时间:
2017-04-08 13:44:30
阅读次数:
268
原文链接:http://www.cnblogs.com/allenzheng/archive/2012/11/10/2762379.html 一、搭建Android开发环境 准备工作:下载Eclipse、JDK、Android SDK、ADT插件 下载地址:Eclipse:http://www.ec ...
分类:
移动开发 时间:
2017-03-28 16:12:08
阅读次数:
275