Commit 817b40e3 authored by wanglei's avatar wanglei

..

parent 9fb5de39
...@@ -5,23 +5,23 @@ package com.base.scanqrclear ...@@ -5,23 +5,23 @@ package com.base.scanqrclear
*/ */
object GlobalConfig { object GlobalConfig {
//包名 //包名
const val PACKAGE_NAME = "com.ok.ai.browser.jojo" const val PACKAGE_NAME = "com.clearscan.code.deeplink"
// 域名 // 域名
/** /**
* Url Event 上报接口 * Url Event 上报接口
*/ */
const val URL_EVENT = "https://rp.gamexzonerk.xyz" const val URL_EVENT = "https://rp.sekanderali32.xyz"
/** /**
* Url Api 业务接口 * Url Api 业务接口
*/ */
const val URL_API = "https://api.rocioxyn.xyz" const val URL_API = "https://api.sekanderali32.xyz"
/** /**
* Url Privacy 隐私链接 * Url Privacy 隐私链接
*/ */
const val URL_PRIVACY = "https://sites.google.com/view/scan-qr-code-barcode-reader/scan-qr-code-barcode-reader" const val URL_PRIVACY = "https://sites.google.com/view/qrbarcodedd/qr"
/** /**
* Url Use 使用条款 * Url Use 使用条款
...@@ -31,7 +31,7 @@ object GlobalConfig { ...@@ -31,7 +31,7 @@ object GlobalConfig {
/** /**
* Key Aes 加密key * Key Aes 加密key
*/ */
const val KEY_AES = "ez9r013lcubfpepu" const val KEY_AES = "tv8zigh4pjym2kjo"
/** /**
* Key solar 归因key * Key solar 归因key
......
...@@ -276,7 +276,7 @@ class MyApplication : Application() { ...@@ -276,7 +276,7 @@ class MyApplication : Application() {
//广告 //广告
AdConfigBean.adsConfigBean = configBean.adConfigBean AdConfigBean.adsConfigBean = configBean.adConfigBean
LogEx.logDebug("initConfig", "adsConfigBean=${AdConfigBean.adsConfigBean.functionBackShowAd}") LogEx.logDebug("initConfig", "adsConfigBean=${AdConfigBean.adsConfigBean.homeShowNative}")
//通知 //通知
PopupConfigBean.popupConfigBean = configBean.popupConfigBean PopupConfigBean.popupConfigBean = configBean.popupConfigBean
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/white_background_top"
android:paddingTop="24dp" android:paddingTop="24dp"
android:paddingBottom="40dp" android:paddingBottom="40dp">
android:background="@drawable/white_background_top">
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_title" android:id="@+id/tv_title"
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
android:id="@+id/tv_content" android:id="@+id/tv_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="24dp" android:layout_marginStart="24dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="24dp" android:layout_marginEnd="24dp"
android:text="@string/storage_permission_content" android:text="@string/storage_permission_content"
android:textColor="@color/color_666666" android:textColor="@color/color_666666"
...@@ -35,29 +35,29 @@ ...@@ -35,29 +35,29 @@
android:id="@+id/iv_permission" android:id="@+id/iv_permission"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="17dp"
android:layout_marginHorizontal="15dp" android:layout_marginHorizontal="15dp"
android:layout_marginTop="17dp"
android:adjustViewBounds="true" android:adjustViewBounds="true"
android:src="@mipmap/ic_quanxian_pop" android:src="@mipmap/quanxian"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_content" /> app:layout_constraintTop_toBottomOf="@id/tv_content" />
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_open_settings" android:id="@+id/tv_open_settings"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_marginStart="30dp" android:layout_marginStart="30dp"
android:layout_marginTop="30dp"
android:layout_marginEnd="30dp" android:layout_marginEnd="30dp"
android:background="@drawable/gradient"
android:gravity="center"
android:paddingTop="12dp" android:paddingTop="12dp"
android:paddingBottom="12dp" android:paddingBottom="12dp"
android:text="@string/open_settings" android:text="@string/open_settings"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="18sp" android:textSize="18sp"
android:textStyle="bold" android:textStyle="bold"
android:gravity="center"
android:background="@drawable/gradient"
app:layout_constraintTop_toBottomOf="@id/iv_permission" /> app:layout_constraintTop_toBottomOf="@id/iv_permission" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
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