[mobile] fix some ui

pull/123/head
FongMi 3 years ago
parent 7874ef50da
commit 131390a9dd
  1. 2
      app/src/main/java/com/fongmi/android/tv/Constant.java
  2. 2
      app/src/mobile/res/drawable/shape_bottom_sheet.xml
  3. 1
      app/src/mobile/res/layout/activity_detail.xml

@ -4,7 +4,7 @@ public class Constant {
//快進時間單位
public static final int INTERVAL_SEEK = 10 * 1000;
//控件隱藏時間
public static final int INTERVAL_HIDE = 3 * 1000;
public static final int INTERVAL_HIDE = 5 * 1000;
//網路偵測間隔
public static final int INTERVAL_TRAFFIC = 500;
//點播爬蟲時間

@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/white_90" />
<solid android:color="@color/white" />
<corners
android:topLeftRadius="12dp"

@ -213,7 +213,6 @@
android:id="@+id/more"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:gravity="center"
android:text="@string/detail_more"
android:textColor="@color/white"

Loading…
Cancel
Save