Fix live epg ui

pull/586/head
FongMi 2 years ago
parent acddb6d385
commit 55cbda91d7
  1. 1
      app/src/leanback/res/layout/adapter_epg_data.xml
  2. 2
      app/src/leanback/res/layout/view_widget_live.xml

@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"
android:background="@drawable/selector_epg"
android:focusable="true"
android:focusableInTouchMode="true"

@ -255,8 +255,6 @@
android:id="@+id/epg_data"
android:layout_width="0dp"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
tools:itemCount="5"
tools:listitem="@layout/adapter_epg_data" />

Loading…
Cancel
Save