[taxi_p]
[statusbar video bg]
This commit is contained in:
yangyakun
2024-01-04 14:44:30 +08:00
parent 491989f5a4
commit f898da82dc
7 changed files with 6 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ public class OCHBorderShadowLayout extends LinearLayout {
public static final float SHADOW_MAX_OFFSET = DimenUtil.INSTANCE.dp2px(20);
//阴影最大模糊半径
public static final float SHADOW_MAX_BLUR = DimenUtil.INSTANCE.dp2px(20);
public static final float SHADOW_MAX_BLUR = DimenUtil.INSTANCE.dp2px(90);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 221 KiB

View File

@@ -11,9 +11,9 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/infoVideoPlaylist"
android:layout_width="match_parent"
android:layout_height="1051dp"
android:layout_height="1171dp"
android:orientation="horizontal"
android:layout_marginTop="254dp"
android:layout_marginTop="194dp"
android:layout_marginStart="24dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

View File

@@ -61,14 +61,4 @@
android:layout_width="@dimen/dp_92"
android:layout_height="match_parent"/>
<androidx.appcompat.widget.AppCompatImageView
android:src="@drawable/taxi_p_mogo_logo"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="@dimen/dp_255"
android:layout_height="@dimen/dp_58"/>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -2,15 +2,15 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="1742dp"
android:layout_height="1051dp">
android:layout_width="1862dp"
android:layout_height="1171dp">
<com.mogo.och.common.module.wigets.OCHBorderShadowLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
app:bgColor="#00000000"
app:blurRadius="@dimen/dp_30"
app:blurRadius="@dimen/dp_90"
app:shadowColor="#A63F5388"
app:shadowRadius="@dimen/dp_36"
app:shadow_position="outer"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 221 KiB

View File

@@ -61,14 +61,4 @@
android:layout_width="@dimen/dp_92"
android:layout_height="match_parent"/>
<androidx.appcompat.widget.AppCompatImageView
android:src="@drawable/taxt_u_p_mogo_logo"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="@dimen/dp_255"
android:layout_height="@dimen/dp_58"/>
</androidx.constraintlayout.widget.ConstraintLayout>