05 2016 档案

摘要:最近有做fragment里弹出自定义popupWindow, fragment里面调用: // 点击加号按钮 @Click protected void ll_add_pharmacy() { mPopTempList.showAsDropDown(ll_add_pharmacy, 0, getAc 阅读全文
posted @ 2016-05-23 17:38 Trouble_Chen 阅读(11410) 评论(0) 推荐(0)
摘要:1、实现左侧、右侧、中间三个部分可以默认设置字体, 中间是输入框 package com.hospital.widget; import org.apache.commons.lang3.StringUtils; import android.content.Context;import andro 阅读全文
posted @ 2016-05-06 17:00 Trouble_Chen 阅读(674) 评论(0) 推荐(0)
摘要:当子的EditText失去焦点后,父级的LinearLayout获得了焦点,这样在跳转到该fragment时便不会弹出软键盘 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.andro 阅读全文
posted @ 2016-05-06 16:30 Trouble_Chen 阅读(408) 评论(0) 推荐(0)