- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 android 剪裁后的图片出现黑色边框
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);intent.setType("image/*");intent.putExtra("crop", "true");intent.putExtra("aspectX", 2);intent.putExtra("aspectY", 3
2015-05-25 15:38:13
2392
原创 处于屏幕底部的edittext弹出键盘时无法往上推
类似于下图的界面,上面是listview,下面是edittext ,这样的话当弹出输入框的时候,内容就不能往上面挤,弹出键盘会把输入框遮住,用户看不到输入的文字 其实我们只要在最底部的layout中加上ScrollView就可以了。
2015-03-20 18:01:01
1311
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人