Compare commits
3 Commits
6bc3cbe446
...
aes-v15.20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b07a72236 | ||
| 8328e44b86 | |||
| 981a8dd8cd |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon Jun 01 16:38:02 GMT 2026
|
||||
stageCount=11
|
||||
#Tue Jun 02 02:23:15 HKT 2026
|
||||
stageCount=12
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.10
|
||||
buildCount=4
|
||||
baseBetaVersion=15.20.11
|
||||
publishVersion=15.20.11
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.12
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon Jun 01 16:38:02 GMT 2026
|
||||
stageCount=11
|
||||
#Tue Jun 02 02:23:15 HKT 2026
|
||||
stageCount=12
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.10
|
||||
buildCount=4
|
||||
baseBetaVersion=15.20.11
|
||||
publishVersion=15.20.11
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.12
|
||||
|
||||
@@ -34,6 +34,7 @@ public class AESThemeUtil {
|
||||
*/
|
||||
public static void init(ArrayList<Integer> themeStyleIDList) {
|
||||
if(themeStyleIDList == null) {
|
||||
themeStyleIDList = new ArrayList<Integer>();
|
||||
AESThemeBean.fillThemeStyleIDList(themeStyleIDList);
|
||||
}
|
||||
AESThemeUtil.themeStyleIDList.clear();
|
||||
|
||||
@@ -86,9 +86,9 @@
|
||||
</style>
|
||||
|
||||
<style name="TaoAESTheme" parent="AESTheme">
|
||||
<item name="colorPrimary">#FFACACAC</item>
|
||||
<item name="colorPrimaryDark">#FF898989</item>
|
||||
<item name="colorAccent">#FFD8D8D8</item>
|
||||
<item name="colorPrimary">#FF7E7E7E</item>
|
||||
<item name="colorPrimaryDark">#FF000000</item>
|
||||
<item name="colorAccent">#FFE2E2E2</item>
|
||||
</style>
|
||||
|
||||
<style name="NormalDialogStyle" parent="Theme.AppCompat.Light.Dialog">
|
||||
@@ -112,4 +112,4 @@
|
||||
<item name="@android:windowExitAnimation">@anim/normal_dialog_exit_corner</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user