|
@@ -17,25 +17,25 @@
|
|
android:id="@+id/backLayout"
|
|
android:id="@+id/backLayout"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginStart="@dimen/divider_50px"
|
|
|
|
- android:layout_marginTop="@dimen/divider_32px"
|
|
|
|
|
|
+ android:layout_marginStart="@dimen/divider_65px"
|
|
|
|
+ android:layout_marginTop="@dimen/divider_35px"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
- android:layout_width="@dimen/divider_50px"
|
|
|
|
- android:layout_height="@dimen/divider_50px"
|
|
|
|
|
|
+ android:layout_width="@dimen/divider_48px"
|
|
|
|
+ android:layout_height="@dimen/divider_48px"
|
|
android:background="@mipmap/icon_back" />
|
|
android:background="@mipmap/icon_back" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginStart="@dimen/divider_18px"
|
|
|
|
|
|
+ android:layout_marginStart="@dimen/divider_14px"
|
|
android:text="@string/back_pager"
|
|
android:text="@string/back_pager"
|
|
android:textColor="@android:color/white"
|
|
android:textColor="@android:color/white"
|
|
- android:textSize="@dimen/divider_38px"
|
|
|
|
|
|
+ android:textSize="@dimen/divider_28px"
|
|
android:textStyle="bold" />
|
|
android:textStyle="bold" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
@@ -53,20 +53,23 @@
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
<androidx.cardview.widget.CardView
|
|
- android:layout_width="@dimen/divider_1078px"
|
|
|
|
- android:layout_height="@dimen/divider_606px"
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_marginStart="@dimen/divider_58px"
|
|
|
|
+ android:layout_marginTop="@dimen/divider_25px"
|
|
|
|
+ android:layout_marginEnd="@dimen/divider_58px"
|
|
|
|
+ android:layout_marginBottom="@dimen/divider_25px"
|
|
app:cardCornerRadius="@dimen/divider_40px"
|
|
app:cardCornerRadius="@dimen/divider_40px"
|
|
- android:layout_marginTop="@dimen/divider_45px"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvTitle">
|
|
|
|
|
|
<com.tencent.liteav.demo.superplayer.SuperPlayerView
|
|
<com.tencent.liteav.demo.superplayer.SuperPlayerView
|
|
android:id="@+id/play_tx_cloud_view"
|
|
android:id="@+id/play_tx_cloud_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_gravity="center"/>
|
|
|
|
|
|
+ android:layout_gravity="center" />
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
</androidx.cardview.widget.CardView>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|