xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"...
分类:
其他好文 时间:
2015-04-15 13:34:28
阅读次数:
231
没什么技术难点,照着api做的。
这是效果图
我们先对Toast自定义一个布局:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="w...
分类:
移动开发 时间:
2015-04-14 19:47:18
阅读次数:
165
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:id="@+id/short...
分类:
移动开发 时间:
2015-04-14 11:22:10
阅读次数:
152
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:id="@+id/top_tv"
android:layout_wi...
分类:
移动开发 时间:
2015-04-14 11:13:02
阅读次数:
223
自己做的一个简单的计算器,只能实现简单的四则运算。
activity_main.xml:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="f...
分类:
移动开发 时间:
2015-04-11 22:39:40
阅读次数:
206
1.indeterminate mode | 没有具体进度的进度条
1.1 定制动画文件
[html] view
plaincopy
ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
an...
分类:
移动开发 时间:
2015-04-10 20:18:57
阅读次数:
185
二.客户端Activity-登陆界面的实现<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"
android:layout_height="match_parent"android:paddingLeft="@dimen/ac..
分类:
移动开发 时间:
2015-04-10 07:13:04
阅读次数:
158
WebView是Android用来加载网页的组件,如果要使用此组件加载网上页面,则需要添加网络权限:
WebView和其他组件一样可以在xml中布局:
<WebView
android:id="@+id/webView"
android:layout_width="fill_parent"
a...
分类:
移动开发 时间:
2015-04-08 15:05:26
阅读次数:
132
下面是res/layout/activity_main.xml 布局文件:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_paren...
分类:
其他好文 时间:
2015-04-08 09:19:45
阅读次数:
142
手机卫士-08
课1
上一节课:软件管家改善 activityappmanager.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_pa...
分类:
移动开发 时间:
2015-04-07 17:49:31
阅读次数:
247