Commit 2afeae0e authored by guest's avatar guest

1

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