20250319_0127
This commit is contained in:
		| @@ -61,10 +61,6 @@ dependencies { | ||||
|     // 二维码类库 | ||||
|     implementation 'com.google.zxing:core:3.4.1' | ||||
|     implementation 'com.journeyapps:zxing-android-embedded:3.6.0' | ||||
|     // 应用介绍页类库 | ||||
|     implementation 'io.github.medyo:android-about-page:2.0.0' | ||||
|     // 吐司类库 | ||||
|     implementation 'com.github.getActivity:ToastUtils:10.5' | ||||
|     // 网络连接类库 | ||||
|     implementation 'com.squareup.okhttp3:okhttp:4.4.1' | ||||
|      | ||||
| @@ -74,8 +70,8 @@ dependencies { | ||||
|     implementation 'androidx.vectordrawable:vectordrawable:1.1.0' | ||||
|     implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' | ||||
|     implementation 'androidx.fragment:fragment:1.1.0' | ||||
|     implementation 'com.google.android.material:material:1.4.0' | ||||
|     implementation 'com.google.android.material:material:1.0.0' | ||||
|      | ||||
|     implementation 'cc.winboll.studio:libappbase:2.1.5' | ||||
|     implementation 'cc.winboll.studio:libapputils:9.4.4' | ||||
|     implementation 'cc.winboll.studio:libappbase:15.0.5' | ||||
|     implementation 'cc.winboll.studio:libapputils:15.0.6' | ||||
| } | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Sun Mar 09 20:28:18 HKT 2025 | ||||
| #Tue Mar 18 04:22:06 GMT 2025 | ||||
| stageCount=13 | ||||
| libraryProject=libaes | ||||
| baseVersion=7.6 | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|         android:allowBackup="true" | ||||
|         android:icon="@drawable/ic_launcher" | ||||
|         android:label="@string/app_name" | ||||
|         android:theme="@style/AESTheme" | ||||
|         android:theme="@style/MyAESTheme" | ||||
|         android:requestLegacyExternalStorage="true" | ||||
|         android:supportsRtl="true"> | ||||
|  | ||||
|   | ||||
| @@ -13,7 +13,6 @@ import android.view.View; | ||||
| import android.widget.AdapterView; | ||||
| import android.widget.Toast; | ||||
| import androidx.appcompat.app.AppCompatActivity; | ||||
| import androidx.appcompat.widget.Toolbar; | ||||
| import cc.winboll.studio.aes.R; | ||||
| import cc.winboll.studio.libaes.activitys.DrawerFragmentActivity; | ||||
| import cc.winboll.studio.libaes.beans.DrawerMenuBean; | ||||
| @@ -31,6 +30,7 @@ import cc.winboll.studio.libapputils.app.IWinBollActivity; | ||||
| import cc.winboll.studio.libapputils.bean.APPInfo; | ||||
| import com.a4455jkjh.colorpicker.ColorPickerDialog; | ||||
| import java.util.ArrayList; | ||||
| import android.widget.Toolbar; | ||||
|  | ||||
| public class MainActivity extends DrawerFragmentActivity implements IWinBollActivity { | ||||
|  | ||||
|   | ||||
							
								
								
									
										7
									
								
								aes/src/main/res/values/colors.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								aes/src/main/res/values/colors.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|     <color name="colorPrimary">#FF00B322</color> | ||||
|     <color name="colorPrimaryDark">#FF005C12</color> | ||||
|     <color name="colorAccent">#FF8DFFA2</color> | ||||
|     <color name="colorText">#FFFFFB8D</color> | ||||
| </resources> | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | ||||
|     <style name="MyAESTheme" parent="AESTheme"> | ||||
|     </style> | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen