Newer
Older
DownApp / app / src / main / res / layout / fragment_max_pic.xml
Bello on 11 Apr 2018 436 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:orientation="vertical">

    <me.bell.downapp.util.goodsViewPager.utils.ScaleView
        android:id="@+id/scale_pic_item"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</LinearLayout>