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