码迷,mamicode.com
首页 >  
搜索关键字:match_parent    ( 614个结果
从相册中选择图片进行压缩并用ImageView展示出来
从手机中选择照片这是几乎所有应用的功能之一,主要考虑到一点的就是如果图片太大了,可能会OOM,简单的处理就是对图片进行压缩!     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent" ...
分类:其他好文   时间:2015-04-23 15:47:17    阅读次数:160
Android 使用xml和java混合编写ui
以一个简单的图片浏览器实例说明新建工程后:在activit_main.xml中添加代码:<?xmlversion="1.0"encoding="utf-8"?> <LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main" android:layout_width="match_parent" android:..
分类:移动开发   时间:2015-04-23 00:21:08    阅读次数:158
Android抽屉菜单SlidingDrawer 简单使用
android:id="@+id/slidingdrawer"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:content="@+id/content"     android:handle="@+id/handle"     android:or...
分类:移动开发   时间:2015-04-22 11:38:22    阅读次数:146
Android中简单实现选择图片并裁剪
在android中选择图片是一个很常见的功能,图片的来源通常情况下是从相机获取和从相册获取两种。 先来写一个简单的选择按钮和一个能显示图片的ImageView<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr...
分类:移动开发   时间:2015-04-20 20:58:02    阅读次数:188
LocationManager获取地理经纬度
xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:paddingBottom="@dimen/activity_vertical_margin"     andr...
分类:其他好文   时间:2015-04-20 18:35:19    阅读次数:118
Android优化——UI优化(四)
使用style替换背景,防止Activity黑色背景闪过1.原来的布局<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_...
分类:移动开发   时间:2015-04-17 22:25:19    阅读次数:210
Radiobutton样式修改
效果图》》 布局》》》 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@draw...
分类:其他好文   时间:2015-04-17 13:58:13    阅读次数:227
badgeview 和 radiobutton结合使用导致点击无响应解决办法
如果不添加badgeview 点击是没有问题,如果添加了就点击不好使可以添加透明得button具体可以参考<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match...
分类:其他好文   时间:2015-04-15 23:26:21    阅读次数:208
Fresco(各种特效)——Loading效果
xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fresco="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent"...
分类:其他好文   时间:2015-04-15 17:08:01    阅读次数:168
Fresco(各种特效)——播放gif
xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fresco="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent"...
分类:其他好文   时间:2015-04-15 13:34:28    阅读次数:231
614条   上一页 1 ... 36 37 38 39 40 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!