游戏人生

不积跬步,无以至千里;不积小流,无以成江海。

导航

2015年1月21日 #

[工作积累] Software keyboard not shown on Activity.onCreate

摘要: protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.input); ... 阅读全文

posted @ 2015-01-21 14:34 crazii 阅读(162) 评论(0) 推荐(0) 编辑

[工作积累] Android: Hide Navigation bar 隐藏导航条

摘要: https://developer.android.com/training/system-ui/navigation.html1 View decorView = getWindow().getDecorView();2 // Hide both the navigation bar and th... 阅读全文

posted @ 2015-01-21 14:33 crazii 阅读(22678) 评论(3) 推荐(0) 编辑