码迷,mamicode.com
首页 >  
搜索关键字:layout_width    ( 981个结果
Android侧滑菜单DrawerLayout的使用
现在侧滑菜单使用很多,大都是通过SlidingMenu实现。现在也可以通过DrawerLayout创建抽屉布局frament_content.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:...
分类:移动开发   时间:2015-01-03 19:55:18    阅读次数:202
安卓下拉菜单(Spinner)的实现
一、先送上效果图: 二、xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:...
分类:移动开发   时间:2014-12-31 18:27:44    阅读次数:190
10天学通Android开发(5)-项目实战:计算器
项目实战:实现一个简单计算器界面设计(1)拖进一个大文本,整屏,设计各个数字及运算,用Table来存放。<TableLayoutandroid:layout_width="fill_parent"android:layout_height="wrap_content"><TableRowandroid:id="@+id/tableRow1"android:layout_width="fill_pare..
分类:移动开发   时间:2014-12-29 18:38:00    阅读次数:280
【Android 界面效果43】Android LayoutInflater的inflate方法中attachToRoot的作用
我们在ListView的Adapter的getView方法里面经常会调用两个参数的inflate方法, mInflater.inflate(R.layout.adv_viewpager, null);我们可能会发现layout外层的layout_width layout_height属性都没起作用,...
分类:移动开发   时间:2014-12-26 20:05:29    阅读次数:167
Android中EditText的inputType属性值
android中inputType属性在EditText输入值时启动的虚拟键盘的风格有着重要的作用。这也大大的方便的操作。有时需要虚拟键盘只为字符或只为数字。所以inputType尤为重要。 <EditText android:layout_width="fill_p...
分类:移动开发   时间:2014-12-26 16:56:31    阅读次数:154
textView布局的一点体会
1 2 6 12 13 18 19 listview的item,必须使用android:layout_width="match_parent" android:layout_height="match_parent"/>gravity才生效ImageButton...
分类:其他好文   时间:2014-12-25 20:26:49    阅读次数:189
Android5.0中TextVIew布局设置和5.0以前的冲突
同一个布局文件,Android5.0以下的都可以显示 而Android5.0显示不了文字 布局文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android...
分类:移动开发   时间:2014-12-25 14:38:53    阅读次数:182
Android学习笔记之ProgressBar案例分析
(1) <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...
分类:移动开发   时间:2014-12-22 16:23:31    阅读次数:192
android_handler(二)
这篇是讲 workthread 模拟向网络访问数据,获得数据后,返回 message 发送给 mainthread ,并修改 textview 的 text。 1、layout: <TextView android:id="@+id/textViewId" android:layout_width="match_parent" android:...
分类:移动开发   时间:2014-12-22 11:09:28    阅读次数:170
android_handler(一)
只是一个简单的handler的例子,目的就是对handler有一个初步的接触。 在layout上添加一个button,点击按钮,然后打印出利用handler传送的数据。 1、layout: <Button android:id="@+id/buttonId" android:layout_width="wrap_content" and...
分类:移动开发   时间:2014-12-21 23:39:51    阅读次数:216
981条   上一页 1 ... 78 79 80 81 82 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!