获取网络资源图片xml

前端之家收集整理的这篇文章主要介绍了获取网络资源图片xml前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".MainActivity" > <ImageView android:id="@+id/et_image" android:layout_weight="500" android:layout_width="fill_parent" android:layout_height="fill_parent" /> <EditText android:text="http://p9.qhimg.com/t0164f1c53191fdf7eb.jpg" android:id="@+id/et_path" android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="请输入图片路径"/> <Button android:onClick="viewImage" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="查看" /> </LinearLayout> 原文链接:https://www.f2er.com/xml/298930.html

猜你在找的XML相关文章