摘要:
Display the content view in a popup window anchored to the bottom-left corner of the anchor view. If there is not enough room on screen to show the po 阅读全文
摘要:
重写方法: 阅读全文
摘要:
Ui切图 一般都是 拿文字的边界标注: 但是textview有自带的上下padding 添加属性就可以去除上下padding includeFontPadding = "false" 阅读全文
摘要:
yu原因:windows系统 主题破解原因 解决: 下载文件 破解工具 链接:http://pan.baidu.com/s/1cvYqdw 密码:ac51 按照说明 操作 即可 阅读全文
摘要:
在布局文件添加 阅读全文
摘要:
在android4.2及以前 必须先设置 然后设置 在4.3以上 就没问题: 源码 4.2 在4.2以上 已经处理了 所以 为了兼容低版本: 先添加headr和footer然后再去设置adapter. 阅读全文
摘要:
import android.text.TextUtils; /** * Created by toothwind on 2017/7/19. * you can contact me at : toothwind@163.com. * All Rights Reserved */ public class Demo { //属性 private String age... 阅读全文
摘要:
@Overrideprotected void onPause() { webView.onPause(); webView.pauseTimers(); super.onPause();} @Overrideprotected void onResume() { webView.onResume( 阅读全文
摘要:
1.打开指纹安全的 访客模式 2.手机锁屏 3.输入访客模式的密码 打开手机 4.这时会发现 已经卸载的app(调试版的),卸载即可 http://www.360doc.com/content/16/0728/20/33057485_579160772.shtml 阅读全文
摘要:
添加style : 阅读全文