pull/137/head
FongMi 3 years ago
parent 07fbae8255
commit d93b43f6ff
  1. 4
      app/src/leanback/res/layout/adapter_vod_full.xml
  2. 4
      app/src/mobile/res/layout/adapter_vod_full.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<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"
@ -16,4 +16,4 @@
app:shapeAppearanceOverlay="@style/Vod.Grid"
tools:src="@drawable/ic_img_loading" />
</RelativeLayout>
</FrameLayout>

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<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"
@ -15,4 +15,4 @@
android:scaleType="center"
tools:src="@drawable/ic_img_loading" />
</RelativeLayout>
</FrameLayout>
Loading…
Cancel
Save