充电桩app代码

activity_zooming_item.xml 862B

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ImageView android:id="@+id/app_zooming_item_img_smal" android:layout_width="100dp" android:layout_height="100dp" android:layout_centerInParent="true" android:visibility="gone"/> <com.electric.chargingpile.widge.photoview.PhotoView android:id="@+id/app_zooming_item_img" android:layout_width="match_parent" android:layout_height="match_parent" /> <ProgressBar android:id="@+id/app_zooming_item_pb" android:layout_width="30dp" android:layout_height="30dp" android:layout_centerInParent="true"/> </RelativeLayout>