Fix some bug

pull/21/head
FongMi 4 years ago
parent 38cccc6b6f
commit 1ddd86a877
  1. 1
      app/src/main/java/com/fongmi/bear/ui/activity/HomeActivity.java
  2. 6
      app/src/main/res/layout/view_controller_bottom.xml

@ -158,6 +158,7 @@ public class HomeActivity extends BaseActivity implements VodPresenter.OnClickLi
@Override
protected void onDestroy() {
Players.get().release();
ApiConfig.get().clear();
super.onDestroy();
Clock.destroy();
}

@ -36,6 +36,7 @@
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/exo_progress"
android:text="@string/play_next"
android:textColor="@color/white" />
@ -47,6 +48,7 @@
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/exo_progress"
android:text="@string/play_prev"
android:textColor="@color/white" />
@ -58,6 +60,7 @@
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/exo_progress"
android:text="@string/play_reset"
android:textColor="@color/white" />
@ -77,6 +80,7 @@
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/exo_progress"
android:textColor="@color/white"
tools:text="1.00" />
@ -124,6 +128,8 @@
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusUp="@+id/next"
app:buffered_color="@color/grey_700"
app:played_color="@color/blue_700"

Loading…
Cancel
Save