[leanback] adjust full layout

pull/137/head
FongMi 2 years ago
parent 14b8b47a4a
commit 6bc849f82e
  1. 10
      app/src/leanback/res/layout/adapter_vod_full.xml

@ -2,8 +2,8 @@
<RelativeLayout 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="200dp"
android:layout_height="200dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true">
@ -16,10 +16,4 @@
app:shapeAppearanceOverlay="@style/Vod.Grid"
tools:src="@drawable/ic_img_loading" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/selector_vod"
android:duplicateParentState="true" />
</RelativeLayout>
Loading…
Cancel
Save