摘要:
Android 采用ScrollView布局时出现异常:ScrollView can host only one direct child。 异常原因: 主要是ScrollView内部只能有一个子元素,即不能并列存在多个子元素 处理方案: 把所有的子元素放到一个LinearLayout内部或Rela 阅读全文
摘要:
Toast.makeText(this,"You cannot have less than 1 coffee",Toast.LENGTH_SHORT).show();TextView 属性 textAllCaps 默认大写 阅读全文
摘要:
解决方案:删了应用,重新安装 阅读全文