Commit 2afeae0e authored by guest's avatar guest

1

parent 7cd2adf9
...@@ -13,7 +13,7 @@ android { ...@@ -13,7 +13,7 @@ android {
compileSdk = 34 compileSdk = 34
defaultConfig { defaultConfig {
applicationId = "confine.scream" applicationId = "com.base.pdfviewerscannerwhite"
minSdk = 24 minSdk = 24
targetSdk = 34 targetSdk = 34
versionCode = 2 versionCode = 2
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"client_info": { "client_info": {
"mobilesdk_app_id": "1:618927174476:android:08858366fed11d3b2455e9", "mobilesdk_app_id": "1:618927174476:android:08858366fed11d3b2455e9",
"android_client_info": { "android_client_info": {
"package_name": "confine.scream" "package_name": "com.base.pdfviewerscannerwhite"
} }
}, },
"oauth_client": [], "oauth_client": [],
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
tools:targetApi="34"> tools:targetApi="34">
<meta-data <meta-data
android:name="com.google.android.gms.version" android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" /> android:value="@integer/google_play_services_version" />
......
...@@ -33,7 +33,7 @@ object NotificationHoverUtils { ...@@ -33,7 +33,7 @@ object NotificationHoverUtils {
// 创建 Handler // 创建 Handler
if (handler == null) { if (handler == null) {
handlerThread?.let { handlerThread?.let {
handler = Handler(it.getLooper()) handler = Handler(it.looper)
} }
} }
...@@ -44,8 +44,7 @@ object NotificationHoverUtils { ...@@ -44,8 +44,7 @@ object NotificationHoverUtils {
if (MyApplication.PAUSED_VALUE == 1) { if (MyApplication.PAUSED_VALUE == 1) {
handler?.removeCallbacksAndMessages(null) handler?.removeCallbacksAndMessages(null)
return@Runnable return@Runnable
} }else{
if (MyApplication.PAUSED_VALUE != 1) {
LogEx.logDebug(TAG, "handler send notification") LogEx.logDebug(TAG, "handler send notification")
NotificationUiUtil.setActionNotification(context, NotificationUiUtil.hoverActionId) NotificationUiUtil.setActionNotification(context, NotificationUiUtil.hoverActionId)
} }
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="#C2C5CC" android:state_selected="false" /> <item android:color="#C2C5CC" android:state_selected="false" />
<item android:color="#00B8DE" android:state_selected="true" /> <item android:color="@color/color_theme" android:state_selected="true" />
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/tab_doc_n" android:state_selected="false" /> <item android:drawable="@mipmap/tab_doc_s" android:state_selected="false" />
<item android:drawable="@mipmap/tab_doc_s" android:state_selected="true" /> <item android:drawable="@mipmap/tab_doc_n" android:state_selected="true" />
</selector> </selector>
\ No newline at end of file
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/white" /> <item android:drawable="@color/white" />
<item <item
android:gravity="top|center_horizontal" android:gravity="fill">
android:top="220dp">
<bitmap android:src="@mipmap/qdyebg" /> <bitmap android:src="@mipmap/qdyebg" />
</item> </item>
</layer-list> </layer-list>
\ No newline at end of file
app/src/main/res/mipmap-xxhdpi/logo.png

60.7 KB | W: | H:

app/src/main/res/mipmap-xxhdpi/logo.png

37.8 KB | W: | H:

app/src/main/res/mipmap-xxhdpi/logo.png
app/src/main/res/mipmap-xxhdpi/logo.png
app/src/main/res/mipmap-xxhdpi/logo.png
app/src/main/res/mipmap-xxhdpi/logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -8,4 +8,5 @@ ...@@ -8,4 +8,5 @@
<color name="color_ffa127">#FFA127</color> <color name="color_ffa127">#FFA127</color>
<color name="color_f92b39">#F92B39</color> <color name="color_f92b39">#F92B39</color>
<color name="colo_00b8de">#00B8DE</color> <color name="colo_00b8de">#00B8DE</color>
<color name="color_theme">#DE202A</color>
</resources> </resources>
\ No newline at end of file
[versions] [versions]
agp = "8.3.1" agp = "8.1.2"
kotlin = "1.8.0" kotlin = "1.8.0"
coreKtx = "1.8.0" coreKtx = "1.8.0"
junit = "4.13.2" junit = "4.13.2"
......
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