|
|
@@ -4,6 +4,14 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/black"
|
|
|
android:fitsSystemWindows="true">
|
|
|
+
|
|
|
+ <uk.co.senab.photoview.PhotoView
|
|
|
+ android:id="@+id/pv_meizhi"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:src="@mipmap/logo_gray"
|
|
|
+ android:scaleType="centerInside"/>
|
|
|
+
|
|
|
<ImageButton
|
|
|
android:id="@+id/iv_back"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -13,11 +21,4 @@
|
|
|
android:tint="@color/white"
|
|
|
android:src="?attr/homeAsUpIndicator"
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"/>
|
|
|
-
|
|
|
- <uk.co.senab.photoview.PhotoView
|
|
|
- android:id="@+id/pv_meizhi"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:src="@mipmap/logo_gray"
|
|
|
- android:scaleType="centerInside"/>
|
|
|
</FrameLayout>
|