码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
Fresco(各种特效)——播放gif
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
Android自定义Toast
没什么技术难点,照着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
Android应用创建手机桌面快捷方式
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
Android基础:代码中实现界面动态布局
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
Android---9---简单的计算器
自己做的一个简单的计算器,只能实现简单的四则运算。 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
android ProgressBar定制模式,自定义模式动画文件
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
Android网络编程-登陆界面的实现(二)
二.客户端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
android WebView(一)基本使用
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
手机卫士-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
981条   上一页 1 ... 63 64 65 66 67 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!