[6.2.6]
[taxi_p] [statusbar video bg]
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
BIN
OCH/taxi/unmanned-passenger/src/main/res/drawable-nodpi/taxt_u_p_status_bg.png
Executable file → Normal file
BIN
OCH/taxi/unmanned-passenger/src/main/res/drawable-nodpi/taxt_u_p_status_bg.png
Executable file → Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 221 KiB |
@@ -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>
|
||||
Reference in New Issue
Block a user