imageview 上未绑定前缀错误
我制作了一个图像视图以包含在其他布局中,但收到此错误。 “解析 XML 时出错:未绑定前缀”。这是代码。
<ImageView android:id="@+id/water"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:src="@drawable/water"
android:scaleType="centerInside" />
I made an imageview to include in other layouts and I am getting this error. "Error parsing XML: unbound prefix". Here's the code.
<ImageView android:id="@+id/water"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:src="@drawable/water"
android:scaleType="centerInside" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要定义 android 前缀:
You need to define the android prefix: