Przeglądaj źródła

commit by xulin
2019/3/20

lyn 6 lat temu
rodzic
commit
7e4ca140c6

+ 1 - 0
app/src/main/java/com/hc/webapp/yst/MainActivity.java

@@ -52,6 +52,7 @@ public class MainActivity extends BaseWebActivity implements OttLoginUtil.OnOttL
         AndroidToJS.PlayVideoListener, HCWebViewClient.WebViewErrorListener, AndroidToJS.ThirdActivityManager {
 
     final String url = com.hc.model.BuildConfig.Domain + com.hc.model.BuildConfig.port + "/h5v2/index.html";
+    //final String url = "http://112.35.32.145:8090/h5v2/template/haochuan.html";
     private static final String KEY_INTENT = "params";
 
     private SingleLiveEvent<String> loginMsg = new SingleLiveEvent<>();

+ 6 - 0
app/src/main/res/layout/layout_video_control.xml

@@ -24,6 +24,8 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_centerVertical="true"
+            android:layout_marginTop="@dimen/last_play_time_bar_image_margin_left"
+            android:layout_marginBottom="@dimen/last_play_time_bar_image_margin_left"
             android:layout_marginLeft="@dimen/second_margin_left"
             >
             <ImageView
@@ -41,6 +43,8 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_centerVertical="true"
+            android:layout_marginTop="@dimen/last_play_time_bar_image_margin_left"
+            android:layout_marginBottom="@dimen/last_play_time_bar_image_margin_left"
             android:layout_marginLeft="@dimen/third_margin_left"
             >
             <ImageView
@@ -59,6 +63,8 @@
             android:layout_height="wrap_content"
             android:layout_centerVertical="true"
             android:visibility="gone"
+            android:layout_marginTop="@dimen/last_play_time_bar_image_margin_left"
+            android:layout_marginBottom="@dimen/last_play_time_bar_image_margin_left"
             android:layout_marginLeft="@dimen/third_margin_left"
             >
             <ImageView