码迷,mamicode.com
首页 >  
搜索关键字:layout_height    ( 604个结果
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:28:42    阅读次数:368
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:27:21    阅读次数:417
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:27:10    阅读次数:319
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:27:09    阅读次数:279
测试所用
此为测试所用,没有参考价值 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" a...
分类:其他好文   时间:2014-11-21 18:53:30    阅读次数:265
Android学习笔记-SQLite的使用
界面文件activity_main.xml<Button android:id="@+id/createButton" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/hello_world" android:text="createdatabase"/> <Button android:id="@+id/updateButton" a..
分类:移动开发   时间:2014-11-19 18:54:14    阅读次数:303
兔子--AlertDialog
效果: 实现步骤: 1.定义AlertDialog的布局     android:layout_width="100dp"     android:layout_height="100dp"     android:background="@android:color/holo_green_dark" >              android:id="@+i...
分类:其他好文   时间:2014-11-19 14:15:36    阅读次数:194
Android学习笔记-常用控件
单选按钮Radio<RadioGroup android:id="@+id/genderGroup" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <RadioButton android:id="@+id/femaleButton" android:layout_width="wrap_content" android:..
分类:移动开发   时间:2014-11-19 02:17:11    阅读次数:279
Android学习笔记-Handler的使用
点击Start按钮,每隔3秒在Logcat里打印一句话<Button android:id="@+id/startButton" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Start"/> <Button android:id="@+id/endButton" android:layout_width="fill_parent" a..
分类:移动开发   时间:2014-11-19 02:07:42    阅读次数:216
Android学习笔记-Activity的布局
线性布局<?xmlversion="1.0"encoding="utf-8"?> <LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <!-- android:id为控件..
分类:移动开发   时间:2014-11-17 19:43:38    阅读次数:283
604条   上一页 1 ... 50 51 52 53 54 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!