mirror of https://github.com/FongMi/TV.git
parent
5f95952460
commit
f8386ad375
@ -1,19 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:focusable="true" |
||||
android:focusableInTouchMode="true"> |
||||
|
||||
<com.google.android.material.imageview.ShapeableImageView |
||||
android:id="@+id/image" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:background="@color/black_20" |
||||
android:scaleType="center" |
||||
app:shapeAppearanceOverlay="@style/Vod.Grid" |
||||
tools:src="@drawable/ic_img_loading" /> |
||||
|
||||
</FrameLayout> |
||||
@ -1,17 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginStart="-8dp" |
||||
android:layout_marginEnd="-8dp"> |
||||
|
||||
<com.github.chrisbanes.photoview.PhotoView |
||||
android:id="@+id/image" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:adjustViewBounds="true" |
||||
android:scaleType="center" |
||||
tools:src="@drawable/ic_img_loading" /> |
||||
|
||||
</FrameLayout> |
||||
Loading…
Reference in new issue