Commit ba5db096 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 814d6ab3
...@@ -49,6 +49,7 @@ public class TrackManager { ...@@ -49,6 +49,7 @@ public class TrackManager {
HashMap<String, Object> vo = new HashMap<>(); HashMap<String, Object> vo = new HashMap<>();
vo.put("vedioIndex",data.getSeeIndex()); vo.put("vedioIndex",data.getSeeIndex());
vo.put("vedioId",data.getVedioId()); vo.put("vedioId",data.getVedioId());
vo.put("thirdId",data.getThirdId());
trackPresenter.commitVedio(vo); trackPresenter.commitVedio(vo);
} }
} }
......
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
android:background="#10ffffff"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView
......
...@@ -11,9 +11,10 @@ ...@@ -11,9 +11,10 @@
android:layout_height="match_parent" /> android:layout_height="match_parent" />
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center"
android:layout_gravity="center"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment