Newer
Older
DownApp / app / src / main / res / layout / ly_goods_pic.xml
Bello on 11 Apr 2018 508 bytes 分类 、搜索、详情
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:paddingTop="10dp"
              android:paddingBottom="10dp"
              android:orientation="vertical">

    <ImageView
        android:id="@+id/goods_pics_image"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</LinearLayout>