Fix episode bug

pull/4/head^2
FongMi 4 years ago
parent dae14c33ff
commit 197b0056ac
  1. 2
      app/src/main/res/layout/activity_detail.xml
  2. 2
      app/src/main/res/layout/activity_play.xml
  3. 3
      app/src/main/res/layout/adapter_episode.xml

@ -19,7 +19,7 @@
android:focusableInTouchMode="true"
android:foreground="@drawable/selector_video">
<com.google.android.exoplayer2.ui.PlayerView
<com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/video"
android:layout_width="match_parent"
android:layout_height="match_parent"

@ -6,7 +6,7 @@
android:background="@color/black"
android:keepScreenOn="true">
<com.google.android.exoplayer2.ui.PlayerView
<com.google.android.exoplayer2.ui.StyledPlayerView
android:id="@+id/video"
android:layout_width="match_parent"
android:layout_height="match_parent"

@ -5,11 +5,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/selector_item"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:gravity="center"
android:maxEms="10"
android:nextFocusUp="@+id/flag"
android:nextFocusDown="@+id/group"
android:singleLine="true"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="20" />
Loading…
Cancel
Save