码迷,mamicode.com
首页 >  
搜索关键字:match_parent    ( 614个结果
安卓自定义Spinner 样式
首先在xml里面加一个Spinner控件<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" tools:context="${packageName}...
分类:移动开发   时间:2015-01-21 20:33:45    阅读次数:170
设计兼容不同的屏幕尺寸的Android界面
Android的屏幕类型有几百种不同的尺寸,从小型的手机到大型的电视机。因此要使我们的应用程序兼容不同屏幕尺寸,同一个应用就可以提供给更多的用户使用。一、支持不同的屏幕尺寸为了确保布局的灵活性,来适应不同尺寸的屏幕,我们应该使用“wrap_content"来匹配组件的最小尺寸和使用”match_parent"来设置某些视图来匹配父视图的大小。这样设置和直接设置视图大小(如48dip)不同的是该视图...
分类:移动开发   时间:2015-01-21 16:39:56    阅读次数:152
Android学习笔记之使用意图打开内置应用程序组件
(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_hei...
分类:移动开发   时间:2015-01-20 15:47:59    阅读次数:193
Android中5种布局
1、LinearLayout默认orientation是horizontal注意 android:orientation="horizontal" 和 android:layout_gravity="" 在match_parent 或者 wrap_content 下的关系layout_gravity...
分类:移动开发   时间:2015-01-20 06:09:25    阅读次数:199
Android学习笔记之数据的Sdcard存储方法及操作sdcard的工具类
(1)文件的目录 (2)各文件的代码: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr...
分类:移动开发   时间:2015-01-18 18:36:59    阅读次数:246
Android学习笔记之数据的内部存储方式实习数据的读写
(1)目录结构 (2) 布局文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi...
分类:移动开发   时间:2015-01-18 14:24:30    阅读次数:187
Android学习笔记之数据的共享存储SharedPreferences
(1)布局文件,一个简单的登录文件; <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la...
分类:移动开发   时间:2015-01-17 20:56:16    阅读次数:273
Android学习笔记之ContextualMenu上下文菜单用于长按事件的确定
(1)在布局文件中创建一个listview: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi...
分类:移动开发   时间:2015-01-17 15:16:03    阅读次数:229
Android学习笔记之PopupMenu弹出菜单
(1)布局文件:用于弹出菜单的处罚button: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr...
分类:移动开发   时间:2015-01-17 15:14:34    阅读次数:199
Android学习笔记之样式和主题之选择器
(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...
分类:移动开发   时间:2015-01-16 19:18:58    阅读次数:178
614条   上一页 1 ... 44 45 46 47 48 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!