码迷,mamicode.com
首页 >  
搜索关键字:android_id    ( 471个结果
SearchView 分解设置属性
int searchPlateId = getActivity().getResources().getIdentifier("android:id/search_plate", null, null); View searchPlate = v.findViewById(searc...
分类:其他好文   时间:2014-12-03 07:02:20    阅读次数:411
Android三步显示gif动态图片
今天给大家带来一个显示gif动态图片的类库,使用方法很简单,只需三步。 1.把GifView.jar加入你的项目。 2.在布局xml中这样写: <com.ant.liao.GifView android:id="@+id/gif1" android:layout_height="wrap_content" android:layout_width="wrap_content" andro...
分类:移动开发   时间:2014-11-30 16:56:49    阅读次数:201
关于安卓开发实现可展开的列表组件
三个布局文件 main.xml childs.xml groups.xml一个java文件 List_lianxi.javamain.xml文件代码 1 2 6 12 17 18 main.xml注意android:id="@id/android:list"id 固定 否则无法...
分类:移动开发   时间:2014-11-30 15:19:04    阅读次数:217
自定义spinner字体颜色
实现效果:        在布局中声明spinner <Spinner android:id="@+id/sp_kc_term" android:layout_width="fill_parent" android:layout_height="wrap_content" android:animationCache="t...
分类:其他好文   时间:2014-11-27 14:31:48    阅读次数:256
Android学习笔记-广播机制
Android广播类似QT中的信号和槽~~~界面文件activity_main.xml<TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello_world"/> <Button android:id="@+id/send1" android:la..
分类:移动开发   时间:2014-11-23 16:07:58    阅读次数:196
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:28:42    阅读次数:368
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:27:21    阅读次数:417
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:27:10    阅读次数:319
intent对于电话和浏览器调用
1、创建xml文件及按钮               android:orientation="vertical"               android:layout_width="match_parent"               android:layout_height="match_parent">                 android:id="@+id...
分类:其他好文   时间:2014-11-21 23:27:09    阅读次数:279
Android实现网易新闻客户端效果
tabhost_tabwidget.xml [html] view plaincopyprint? xml version="1.0" encoding="utf-8"?>   TabHost xmlns:android="http://schemas.android.com/apk/res/android"       android:id...
分类:移动开发   时间:2014-11-21 16:16:37    阅读次数:330
471条   上一页 1 ... 37 38 39 40 41 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!