Commit 7b99c807 authored by wanglei's avatar wanglei

...

parent 79c5d4f1
...@@ -40,7 +40,6 @@ class ScanQRCActivity : BaseActivity<ActivityScanQrcBinding>() { ...@@ -40,7 +40,6 @@ class ScanQRCActivity : BaseActivity<ActivityScanQrcBinding>() {
BarUtils.setStatusBarColor(this, Color.TRANSPARENT) BarUtils.setStatusBarColor(this, Color.TRANSPARENT)
binding.root.updatePadding(top = BarUtils.getStatusBarHeight()) binding.root.updatePadding(top = BarUtils.getStatusBarHeight())
if (checkCameraPermission()) { if (checkCameraPermission()) {
initCamera() initCamera()
} else { } else {
......
...@@ -13,14 +13,9 @@ ...@@ -13,14 +13,9 @@
android:layout_height="match_parent" /> android:layout_height="match_parent" />
<ImageView <ImageView
android:id="@+id/iv_guanbi" android:layout_width="match_parent"
android:layout_width="wrap_content" android:layout_height="match_parent"
android:layout_height="wrap_content" android:background="@color/black_a_70"
android:layout_marginTop="50dp"
android:layout_marginEnd="16dp"
android:src="@mipmap/w_guanbi"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<com.base.browserwhite.ui.views.TransparentSrcInImageView <com.base.browserwhite.ui.views.TransparentSrcInImageView
...@@ -35,9 +30,14 @@ ...@@ -35,9 +30,14 @@
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:layout_width="match_parent" android:id="@+id/iv_guanbi"
android:layout_height="match_parent" android:layout_width="wrap_content"
android:background="@color/black_a_70" android:layout_height="wrap_content"
android:layout_marginTop="50dp"
android:layout_marginEnd="16dp"
android:src="@mipmap/w_guanbi"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
......
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