摘要: /*--------------父窗口--------------*/<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script> <![CDATA[ import mx.binding.utils.BindingUtils; import mx.managers.PopUpMana 阅读全文
posted @ 2012-06-01 14:33 丿顺丨逐风者 阅读(428) 评论(0) 推荐(0)
摘要: EditText设置属性android:imeOptions="参数"参数列表:actionUnspecified 未指定,对应常量EditorInfo.IME_ACTION_UNSPECIFIED.效果:回车箭头actionNone 没有动作,对应常量EditorInfo.IME_ACTION_N... 阅读全文
posted @ 2015-04-16 11:47 丿顺丨逐风者 阅读(246) 评论(0) 推荐(0)
摘要: package com.zcs.fast.forward.utils;import android.graphics.Bitmap;import android.support.v4.util.LruCache;import com.android.volley.toolbox.ImageLoade... 阅读全文
posted @ 2014-11-24 18:11 丿顺丨逐风者 阅读(320) 评论(0) 推荐(0)