源码清理

This commit is contained in:
2025-12-15 10:49:25 +08:00
parent 0963025bbd
commit 536e6eef60
9 changed files with 12 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sat Dec 06 14:56:57 HKT 2025 #Mon Dec 15 02:48:29 GMT 2025
stageCount=3 stageCount=3
libraryProject=libappbase libraryProject=libappbase
baseVersion=15.12 baseVersion=15.12
publishVersion=15.12.2 publishVersion=15.12.2
buildCount=0 buildCount=13
baseBetaVersion=15.12.3 baseBetaVersion=15.12.3

View File

@@ -3,9 +3,8 @@
xmlns:tools="http://schemas.android.com/tools" > xmlns:tools="http://schemas.android.com/tools" >
<application <application
tools:replace="android:icon,android:roundIcon" tools:replace="android:icon"
android:icon="@drawable/ic_winboll_beta" android:icon="@drawable/ic_winboll_beta">
android:roundIcon="@drawable/ic_winboll_beta">
<!-- Put flavor specific code here --> <!-- Put flavor specific code here -->

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" <menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"> xmlns:app="http://schemas.android.com/apk/res-auto">
<item <item
android:id="@+id/item_home" android:id="@+id/item_home"
android:title="WinBoLL Home" android:title="Home"
android:icon="@drawable/ic_winboll"/> android:icon="@drawable/ic_winboll"
android:showAsAction="always"/>
</menu> </menu>

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="MyAPPBaseTheme" parent="APPBaseTheme"> <style name="MyAPPBaseTheme" parent="APPBaseTheme">
<item name="attrColorPrimary">@color/colorPrimary</item>
<item name="themeGlobalCrashActivity">@style/MyGlobalCrashActivityTheme</item> <item name="themeGlobalCrashActivity">@style/MyGlobalCrashActivityTheme</item>
</style> </style>

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sat Dec 06 14:56:36 HKT 2025 #Mon Dec 15 02:48:29 GMT 2025
stageCount=3 stageCount=3
libraryProject=libappbase libraryProject=libappbase
baseVersion=15.12 baseVersion=15.12
publishVersion=15.12.2 publishVersion=15.12.2
buildCount=0 buildCount=13
baseBetaVersion=15.12.3 baseBetaVersion=15.12.3

View File

@@ -3,8 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
package="cc.winboll.studio.libappbase"> package="cc.winboll.studio.libappbase">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application> <application>
<activity <activity
android:name=".CrashHandler$CrashActivity" android:name=".CrashHandler$CrashActivity"

View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<attr name="attrColorPrimary" format="color" />
<attr name="themeGlobalCrashActivity" format="reference"/> <attr name="themeGlobalCrashActivity" format="reference"/>

View File

@@ -4,5 +4,5 @@
<color name="colorPrimaryDark">#FF005C12</color> <color name="colorPrimaryDark">#FF005C12</color>
<color name="colorAccent">#FF8DFFA2</color> <color name="colorAccent">#FF8DFFA2</color>
<color name="colorText">#FFFFFB8D</color> <color name="colorText">#FFFFFB8D</color>
<!-- 通知按钮颜色(启用/禁用) --> <color name="colorTextBackgound">#FF000000</color>
</resources> </resources>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<!-- 定义一个名为text_size_normal的尺寸值为16sp --> <!-- 定义一个名为text_size_normal的尺寸值为16sp -->
<dimen name="text_size_normal">16sp</dimen> <dimen name="text_size_normal">16dp</dimen>
<!-- 定义一个名为margin_small的尺寸值为8dp --> <!-- 定义一个名为margin_small的尺寸值为8dp -->
<dimen name="margin_small">8dp</dimen> <dimen name="margin_small">8dp</dimen>
<!-- 定义一个名为image_width的尺寸值为200dp --> <!-- 定义一个名为image_width的尺寸值为200dp -->