Commit ba5db096 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 814d6ab3
......@@ -49,6 +49,7 @@ public class TrackManager {
HashMap<String, Object> vo = new HashMap<>();
vo.put("vedioIndex",data.getSeeIndex());
vo.put("vedioId",data.getVedioId());
vo.put("thirdId",data.getThirdId());
trackPresenter.commitVedio(vo);
}
}
......
......@@ -139,6 +139,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="#10ffffff"
android:orientation="vertical">
<TextView
......
......@@ -11,9 +11,10 @@
android:layout_height="match_parent" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_gravity="center"
android:orientation="vertical">
<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