摘要: SimpleDateFormat f = new SimpleDateFormat("yy年MM月dd 日HH:mm");//设置日期格式 String time = f.format(new Date()); 阅读全文
posted @ 2020-09-10 22:51 风肖肖(肖遥) 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 在setContentView(R.layout.activity_main)之前添加: getSupportActionBar().hide(); 阅读全文
posted @ 2020-09-10 15:40 风肖肖(肖遥) 阅读(126) 评论(0) 推荐(0) 编辑
摘要: item的xml 根标签下添加如下三个属性 android:clickable="true" android:focusable="true" android:background="?android:selectableItemBackground" ?android:attr/selectabl 阅读全文
posted @ 2020-09-10 03:26 风肖肖(肖遥) 阅读(368) 评论(0) 推荐(0) 编辑