pull/123/head
FongMi 3 years ago
parent cf9cc851b0
commit 2aefe1e1ff
  1. 12
      app/src/leanback/res/drawable/shape_info_vod.xml
  2. 0
      app/src/leanback/res/drawable/shape_live_info.xml
  3. 2
      app/src/leanback/res/layout/view_widget_live.xml
  4. 9
      app/src/mobile/res/layout/dialog_track.xml

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="270"
android:centerColor="@color/black_30"
android:endColor="@color/transparent"
android:startColor="@color/black_60"
android:type="linear" />
</shape>

@ -102,7 +102,7 @@
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_gravity="bottom"
android:background="@drawable/shape_info_live"
android:background="@drawable/shape_live_info"
android:gravity="center"
android:orientation="horizontal"
android:paddingStart="16dp"

@ -4,11 +4,6 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipChildren="false"
android:clipToPadding="false"
android:paddingStart="12dp"
android:paddingTop="16dp"
android:paddingEnd="12dp"
android:paddingBottom="16dp"
android:padding="16dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:maxHeight="212dp" />
app:maxHeight="228dp" />
Loading…
Cancel
Save