摘要: @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu); ... 阅读全文
posted @ 2019-11-03 17:11 thomas_blog 阅读(440) 评论(0) 推荐(0) 编辑
摘要: @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present.// getMenuInflater().inflate(R.menu.main, menu); ... 阅读全文
posted @ 2019-11-03 15:57 thomas_blog 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 属性介绍stretchColumns:列被拉伸shrinkColumns:列被收缩collapseColumns:列被隐藏举例测试 ... 阅读全文
posted @ 2019-11-03 14:36 thomas_blog 阅读(1139) 评论(0) 推荐(0) 编辑