摘要:
import java.text.SimpleDateFormat; import java.util.Date; public class T { public static void main(String[] args) throws Exception { SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); ... 阅读全文
摘要:
恢复内容开始 Actionbar加按钮: 在res文件夹下新建menu文件夹(如果你没有),然后添加一个XML文件 时钟布局文件actionbar_layout_menu.xml: 现在在activity里设置 转自:http://blog.csdn.net/zhangzeyuaaa/article 阅读全文