yuying
王宇洋 3 years ago
parent 4fe71ac025
commit 506bc39061

@ -9,7 +9,7 @@ android {
compileSdk 30
defaultConfig {
applicationId 'com.echo.colorize'
applicationId 'com.yuying.colorize'
minSdk 21
targetSdk 30
versionCode 1

@ -17,9 +17,9 @@ public class APP extends Application {
// 提供 this、App ID、App Key、Server Host 作为参数
// 注意这里千万不要调用 cn.leancloud.core.LeanCloud 的 initialize 方法,否则会出现 NetworkOnMainThread 等错误。
LeanCloud.initialize(this,
"IIuObRE1fWDsL8sOMXuqLgux-gzGzoHsz",
"IwTKYR5dPLT901k7hlbGxtuX",
"https://iiuobre1.lc-cn-n1-shared.com");
"OdD4tNlK5eChmderJ9ryf5m2-gzGzoHsz",
"17l22uySxDwuba465xU85VXD",
"https://odd4tnlk.lc-cn-n1-shared.com");
LeanCloud.setLogLevel(LCLogger.Level.DEBUG);

@ -18,9 +18,9 @@ import java.util.HashMap;
*/
public class BaiduImageAPI {
//设置APPID/AK/SK
public static final String APP_ID = "24778510";
public static final String API_KEY = "z2Uw0ij41KQLxlfNmbs9X4YZ";
public static final String SECRET_KEY = "wIiKlRQjQA9XG40ivhPwcl89E40FP8TU";
public static final String APP_ID = "25146767";
public static final String API_KEY = "bF9HZSY82nDUzxnnD4lQZh40";
public static final String SECRET_KEY = "s4AaZEUjgyv3yFuYd3Zo4VGPYZpvmNtP";
public BaiduImageAPI() {
}

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#FFB74D"
android:endColor="#BA68C8"
<gradient android:startColor="#00ACC1"
android:endColor="#5E35B1"
android:angle="270" />
</shape>

@ -68,7 +68,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/architects_daughter"
android:text="yuyang.wang@ucdconnect.ie"
android:text="北京育英学校"
android:textColor="@color/white"
android:textSize="24sp"
android:visibility="invisible"

Loading…
Cancel
Save