上一页 1 ··· 10 11 12 13 14

2019年1月13日

TextView 属性

摘要: 常用: 1、android:maxLines="1" 、android:maxLength="20" 2、android:ellipsize="end" 空间太小显示不下的内容用...代替在末尾。 android:autoLink设置是否当文本为URL链接/email/电话号码/map时,文本显示为 阅读全文

posted @ 2019-01-13 16:25 赵子隆 阅读(168) 评论(0) 推荐(0) 编辑

像素 转换 px dp

摘要: public static int dip2px(Context context, float dpValue){ final float scale = context.getResources().getDisplayMetrics().density; return (int)(dpValue 阅读全文

posted @ 2019-01-13 16:22 赵子隆 阅读(514) 评论(0) 推荐(0) 编辑

Toast

摘要: import android.widget.Toast; Toast.makeText(MainActivity.this,"ok",Toast.LENGTH_SHORT).show();第三个参数:Toast.LENGTH_SHORT或Toast.LENGTH_LONG全局: Toast.makeText(getApplicationContext(), "finished!", Toast.L... 阅读全文

posted @ 2019-01-13 16:08 赵子隆 阅读(243) 评论(0) 推荐(0) 编辑

常用类的继承关系

摘要: 阅读全文

posted @ 2019-01-13 16:05 赵子隆 阅读(93) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14

导航