Commit 817b40e3 authored by wanglei's avatar wanglei

..

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