-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
图书管理系统JSP+SQL 完整源码下载
用的的组件: struts1.2jsp2.0 servlet2.4jdk1.5tomcat5.5jstl1.1
- 2015-04-25下载
- 积分:1
-
android 省市县三级联动 实例源码(含sqlite数据库)下载
android版的省市三级联动,使用sqllite本地数据,数据库在这个目录下 resaw
- 2014-12-22下载
- 积分:1
-
msp430x20x2_adc10_temp
说明: 使用msp430f2012的10位ADC端口进行采样并转换(Use msp430f2012 port 10-bit ADC sampling and conversion)
- 2010-04-20 22:08:56下载
- 积分:1
-
prjHello
Google Android SDK开发范例大全(完整版)虽然半行代码都没有写,但向导却帮忙写好了程序进入点、布局配置、字符 串常数、应 用程序访问权限等, 除了可作为程序模板之外, 也是 Android 手机程 序的最佳学习范例。让 我们回过头来看看刚才 Android 项目建立向导帮忙做了哪些工作, 以此来 了解 Android 应 用程序的生命周期及其文件组成方式; 首先, 展开 (package helloworld.irdc.eracom.com.cn import android.app.Activity import android.os.Bundle public class HelloWorld extends Activity { * Called when the activity is first created. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.main) } } )
- 2015-12-22 12:23:05下载
- 积分:1
-
android 界面滑动动画 例子源码下载
android 界面滑动动画 例子源码下载
- 2014-09-11下载
- 积分:1
-
Power_System_Protection_Principles_(third_edition)
说明: 电力系统继电保护原理(第三版)-天津大学.pdf 电子书籍。(Power System Protection Principles (third edition)- Tianjin University. Pdf e-books.)
- 2010-03-29 13:20:22下载
- 积分:1
-
android下创建一个sqlite数据库 - android入门视频32
android下创建一个sqlite数据库 - android入门视频32
- 2015-12-03下载
- 积分:1
-
SystemClock
System Clock Source Code for Andriod.
- 2013-12-16 15:59:27下载
- 积分:1
-
ANSYS Fluent UDF Manual 2020R2
ANSYS Fluent 2020R2官方帮助文档,用户定义函数(udf)允许您自定义ANSYS Fluent,并可以显著提高其功能。ANSYS Fluent UDF手册介绍了如何在ANSYS Fluent中编写、编译和使用UDF的详细信息。
- 2021-05-06下载
- 积分:1