码迷,mamicode.com
首页 >  
搜索关键字:relativelayout    ( 982个结果
通知(一)你可能不知道的Toast用法
通知有几种,吐司Toast是其中一种。以下介绍系统默认的通知,这个有时不能满足项目需求,需要自定义的Toast <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layou...
分类:其他好文   时间:2015-01-31 14:46:12    阅读次数:185
Android 相对布局常用属性
Android布局属性详解RelativeLayout用到的一些重要的属性: 第一类:属性值为true或false android:layout_centerHrizontal 水平居中 android:layout_centerVertical 垂直居中 android:layout_center...
分类:移动开发   时间:2015-01-31 11:53:51    阅读次数:179
android 关于listview scrollview 底部 控件无法显示的两个解决方案
方案一用LinearLayout实现,代码如下: 重点 ListView的android:layout_weight="1"方案二用RelativeLayout实现,代码如下: ...
分类:移动开发   时间:2015-01-31 00:10:51    阅读次数:347
Expert的View——StackView
StackView的使用效果: 使用方法: 在Xml布局文件中使用:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent...
分类:其他好文   时间:2015-01-29 14:37:30    阅读次数:138
Android对话框(四)PopupWindow
主布局 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="ma...
分类:移动开发   时间:2015-01-27 23:32:26    阅读次数:211
DrawerLayout实现侧滑(简洁,高效)
效果图: 主布局文件my_order_new_list.xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:background="...
分类:其他好文   时间:2015-01-27 21:56:28    阅读次数:140
写数据到手机内存
当然是以文件形式写到手机内存,不过在模拟器上面运行会很慢 布局文件 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent...
分类:移动开发   时间:2015-01-27 11:13:20    阅读次数:211
Android对话框(二)ProgressDialog
main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_heigh...
分类:移动开发   时间:2015-01-26 21:07:58    阅读次数:256
Android对话框(一)AlertDialog
最近在做项目,小组几个回了家。界面暂时没人做,用到自定义对话框只能临时去学。现在把对话框的相关整理。 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_wid...
分类:移动开发   时间:2015-01-26 21:06:55    阅读次数:219
Android对话框(三)DatePickerDialog and TimePikerDialog
有时间再写个日期时间合在一起的自定义时间选择对话框 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" and...
分类:移动开发   时间:2015-01-26 21:06:09    阅读次数:276
982条   上一页 1 ... 73 74 75 76 77 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!