码迷,mamicode.com
首页 >  
搜索关键字:match_parent    ( 614个结果
Andorid类似Fragment更换布置方法
public void replaceRightView(View v) { int f = LinearLayout.LayoutParams.MATCH_PARENT; LinearLayout.LayoutParams params = new LinearLayout.LayoutPa...
分类:其他好文   时间:2015-07-01 14:08:01    阅读次数:118
Eclipse布局文件添加两个TextView,为什么运行后置显示一个
下面是布局文件里的代码,有两个TextView,但是为什么运行后只显示第一个TextView?? 1 2 6 10 11 15 16 解决办法:android:layout_width="match_parent" android:layout_height="m...
分类:系统相关   时间:2015-06-26 16:15:11    阅读次数:167
android 指南针
<?xmlversion="1.0"encoding="utf-8"?> <FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/view_compass" android:layout_..
分类:移动开发   时间:2015-06-26 15:09:20    阅读次数:219
Android中子线程网络查看器与Handler消息处理器
xml文件代码部分<LinearLayoutxmlns: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:orientation="vertical" > <Image..
分类:移动开发   时间:2015-06-25 21:23:55    阅读次数:170
EditTex属性
xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"    android:orientation="vertical"     tools:context=".MainActivity" ...
分类:其他好文   时间:2015-06-25 17:35:24    阅读次数:115
第十四章,通过Intent打开其他软件(Android)
activity_main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layou...
分类:移动开发   时间:2015-06-23 21:43:43    阅读次数:178
Android存储数据到本地文件
xml文件<LinearLayoutxmlns: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:orientation="vertical" android:padding="5dp" &g..
分类:移动开发   时间:2015-06-23 18:12:19    阅读次数:144
Android短信发送功能
xml文件代码部分<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:padding="10dp" > <EditText a..
分类:移动开发   时间:2015-06-19 21:39:20    阅读次数:180
Android实现拨号器电话
xml中的代码实现<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:padding="20dp" > <TextView and..
分类:移动开发   时间:2015-06-19 13:40:55    阅读次数:152
Android代码(Handler的运用),HttpURLConnection的应用,将url图片地址转换成图片。
??1 布局文件, LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layou...
分类:移动开发   时间:2015-06-19 01:31:50    阅读次数:137
614条   上一页 1 ... 29 30 31 32 33 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!