充电桩app代码

view_show_zoom.xml 767B

    <?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"> <com.electric.chargingpile.widge.photoview.ZoomingViewpager android:id="@+id/view_show_zoomingphoto" android:layout_width="match_parent" android:layout_height="match_parent" /> <TextView android:id="@+id/vd_title_tv" android:layout_width="wrap_content" android:layout_height="48dp" android:gravity="center_vertical" android:layout_centerHorizontal="true" android:textColor="#ffffff" android:textSize="18sp" /> <include layout="@layout/view_show_bottom" /> </RelativeLayout>