码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
Android--切换屏幕方向
main.xml代码: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"...
分类:移动开发   时间:2015-02-06 13:21:22    阅读次数:211
popuWindow
popuWindowXml布局<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="wrap_content"android:layout_height="wrap_content"android:background="@drawable/local_popup_bg"android:..
分类:Windows程序   时间:2015-02-06 07:10:59    阅读次数:521
tabhost
1,xml布局<TabHostxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:id="@android:id/tabhost"android:layout_height="match_parent"><LinearLayoutandroid:la..
分类:其他好文   时间:2015-02-06 07:08:36    阅读次数:158
Android有进度条异步任务下载图片
首先在AndroidMainifest中添加上网权限 布局文件activity_main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match...
分类:移动开发   时间:2015-02-05 16:25:57    阅读次数:173
Android小笔记之对话框形式修改日期
以对话框的形式弹出日期设置: 首先在xml中创建一个EditText输入框: android:id="@+id/et_time" android:layout_width="wrap_content" android:layout_height="wrap_content" //设置输...
分类:移动开发   时间:2015-02-05 10:49:03    阅读次数:228
财务系统部分
2.1xml布局<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"><GridViewandroid:id="@+id/gv"android:numColumns..
分类:其他好文   时间:2015-02-05 07:12:20    阅读次数:127
popuWindow
1,xml布局<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="wrap_content"android:layout_height="wrap_content"android:background="@drawable/local_popup_bg"android:orientat..
分类:Windows程序   时间:2015-02-05 07:11:23    阅读次数:228
Android小笔记之对话框形式修改日期
以对话框的形式弹出日期设置:首先在xml中创建一个EditText输入框:<EditTextandroid:id="@+id/et_time"android:layout_width="wrap_content"android:layout_height="wrap_content"//设置输入框点击事件android:onClick="dateshow"/>在主方法的onCreate中设置修改时间pri..
分类:移动开发   时间:2015-02-05 07:09:22    阅读次数:157
View初步练习
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" ???...
分类:其他好文   时间:2015-02-04 00:53:14    阅读次数:170
Dialog
方法一:1,布局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"><TextViewandroid:id="@+id/tv_content..
分类:其他好文   时间:2015-02-04 00:43:38    阅读次数:127
981条   上一页 1 ... 70 71 72 73 74 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!