|
@@ -638,7 +638,8 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_marginLeft="24dp"
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginRight="24dp"
|
|
android:layout_marginRight="24dp"
|
|
|
- android:layout_height="120dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="-40dp"
|
|
|
|
|
+ android:layout_height="10dp"
|
|
|
android:layout_centerInParent="true" />
|
|
android:layout_centerInParent="true" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -648,13 +649,20 @@
|
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
|
android:layout_below="@+id/video_player_view"
|
|
android:layout_below="@+id/video_player_view"
|
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:background="@drawable/shape_white_20_solid_rectangle_15"
|
|
android:background="@drawable/shape_white_20_solid_rectangle_15"
|
|
|
android:paddingLeft="20dp"
|
|
android:paddingLeft="20dp"
|
|
|
android:paddingRight="20dp"
|
|
android:paddingRight="20dp"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="30dp" />
|
|
android:layout_height="30dp" />
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:id="@+id/act_hard_work_iv"
|
|
|
|
|
+ android:layout_width="150dp"
|
|
|
|
|
+ android:layout_height="150dp"
|
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
|
+ android:layout_below="@+id/video_task_tip" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|