int searchPlateId = getActivity().getResources().getIdentifier("android:id/search_plate", null, null); View searchPlate = v.findViewById(searc...
分类:
其他好文 时间:
2014-12-03 07:02:20
阅读次数:
411
今天给大家带来一个显示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
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广播类似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
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
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
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
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
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