今天把图像资源剩余的几个知识梳理一下。淡入淡出资源同图像状态和图像级别资源一样可以切换两个图像(目前只支持两个图像的切换),并且使这两个图像以淡入淡出效果进行切换。如上一篇博文介绍的开关电灯一样,如果加上淡入淡出效果会更好。
下面在res/drawable目录中建立一个cross_fade.xml文件,该文件内容如下:
在main_layout文件中引用该资源文...
分类:
移动开发 时间:
2014-06-24 18:26:17
阅读次数:
353
一个垂直方向的LinearLayout,包含两个View。下面一个View(工具栏)固定在屏幕底部,上面的View占据剩余的屏幕空间。<LinearLayoutandroid:orientation="vertical"android:id="@+id/vertical_layout"android:layout_width="match_parent"android:layout_height="match_paren..
分类:
其他好文 时间:
2014-06-24 16:57:06
阅读次数:
199
一个简单的ASP.NEW MVC4网站(二) 今天给网站增加了注册见面,代码为:@{ Layout = null;} Registration ...
分类:
Web程序 时间:
2014-06-24 13:54:10
阅读次数:
219
文本编辑器程序员都会用到,今天无意中发现UEditor是个好东西,特奉献给大家,并提供下载。这个编辑器的亮点是可以显示当前输入多少字符,还可以输入多少字符。新创建的MVC项目,在layout页面里引入css,js文件。 在需要用到编辑器的页面输入如下内容即可显示...
分类:
其他好文 时间:
2014-06-23 00:16:29
阅读次数:
306
时间日期进程会用到平时的开发中,android内置了两种可交互的时间日期控件,一种是对话框形式的,一种是内嵌式的。
分别使用了android的类TimePickerDialog、DatePickerDialog以及TimePicker,其中TimePicker需要在layout中进行设置
对话框形式的时间控件public class DateDialog extends Activit...
分类:
移动开发 时间:
2014-06-22 21:27:05
阅读次数:
225
使用场景:关闭window的时候增加监听事件。
正确的使用方式:
addwin = new Ext.Window({
title : '新增',
closable : true,
width : 500,
autoHeight: true,
border : false,
plain : true,
modal : true,
layout : 'fit',
bo...
分类:
Windows程序 时间:
2014-06-22 19:07:56
阅读次数:
1013
实现效果
主要代码
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:lay...
分类:
移动开发 时间:
2014-06-22 15:08:24
阅读次数:
314
TGLStackedViewControllerA stack layout with gesture-based reordering using UICollectionView -- inspired by Passbook and Reminders apps.这是一种使用了UICollec...
分类:
其他好文 时间:
2014-06-22 10:47:19
阅读次数:
290
Inflate() method can find out a layout defined by xml,as like the findViewById() method,but there have some different between them.
The different are:
If your Activity used other layout,such as...
分类:
移动开发 时间:
2014-06-22 06:41:43
阅读次数:
362
LinearLayout布局:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns: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"androi..
分类:
移动开发 时间:
2014-06-21 19:17:45
阅读次数:
239