摘要:
一般android 显示内容都有两种实现方式,java代码中实现,xml布局中实现(或者权限管理页面)直接上代码:java方法setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);//强制竖竖屏setRequestedOr... 阅读全文
摘要:
price = (EditText) findViewById(R.id.release_price_input); //设置price输入框不可获得焦点(不能键盘输入) price.setFocusable(false);先上代码,就不多说了 阅读全文