diff --git a/common/src/main/res/values-en/strings.xml b/common/src/main/res/values-en/strings.xml
index f9f61bef1..6dda75eff 100644
--- a/common/src/main/res/values-en/strings.xml
+++ b/common/src/main/res/values-en/strings.xml
@@ -801,6 +801,7 @@
Predecessors
Sign in with Facebook
Sign in with Twitter
+ Sign in with Google
Request timed out, please try again later.
diff --git a/common/src/main/res/values/strings.xml b/common/src/main/res/values/strings.xml
index 454aeb05e..2e408f8e0 100644
--- a/common/src/main/res/values/strings.xml
+++ b/common/src/main/res/values/strings.xml
@@ -826,6 +826,7 @@
使用Facebook登录
使用Twitter登录
+ 使用Google登录
請求超時,請稍後再試。
diff --git a/config.gradle b/config.gradle
index 920428bb0..4b6d1bd4d 100644
--- a/config.gradle
+++ b/config.gradle
@@ -4,15 +4,16 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
- versionCode : 310,
- versionName : "6.4.6"
+ versionCode : 400,
+
+ versionName : "6.4.5"
]
manifestPlaceholders = [
//正式
- //serverHost : "https://napi.yaoulive.com",
+ serverHost : "https://napi.yaoulive.com",
// 測試
- serverHost : "https://ceshi.yaoulive.com",
+// serverHost : "https://ceshi.yaoulive.com",
//腾讯地图
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
@@ -27,6 +28,6 @@ ext {
// true表示谷歌支付 false
isGooglePlay : false,
//是否上报异常日志
- isUploadLog : false
+ isUploadLog : true
]
}
\ No newline at end of file
diff --git a/live/src/main/res/drawable/background_fff_d20.xml b/live/src/main/res/drawable/background_fff_d20.xml
new file mode 100644
index 000000000..8b466e367
--- /dev/null
+++ b/live/src/main/res/drawable/background_fff_d20.xml
@@ -0,0 +1,9 @@
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/main/src/main/java/com/yunbao/main/activity/EntryActivity.java b/main/src/main/java/com/yunbao/main/activity/EntryActivity.java
index 938d77785..74fbdbd92 100644
--- a/main/src/main/java/com/yunbao/main/activity/EntryActivity.java
+++ b/main/src/main/java/com/yunbao/main/activity/EntryActivity.java
@@ -111,9 +111,10 @@ import java.util.TimerTask;
public class EntryActivity extends AppCompatActivity {
private VideoView video_view;
- private ImageView btn_phone, btn_line, btn_google, btn_twitter;
+ private ImageView btn_phone, btn_line, btn_twitter;
private TextView btn_tip, btn_tip1, tv_customer;
private TwitterLoginButton tt_login_button;
+ private LinearLayout btn_google;
public static Activity activity;
private static String mLoginType = Constants.MOB_PHONE;//登录方式
public String mPromoCode = "";//推广码
diff --git a/main/src/main/res/layout/activity_entry.xml b/main/src/main/res/layout/activity_entry.xml
index 68c62a25f..d88c12418 100644
--- a/main/src/main/res/layout/activity_entry.xml
+++ b/main/src/main/res/layout/activity_entry.xml
@@ -58,46 +58,80 @@
-
-
-
+ android:layout_marginBottom="21dp">
+ android:src="@mipmap/login_google" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/main/src/main/res/mipmap-xxxhdpi/login_google.png b/main/src/main/res/mipmap-xxxhdpi/login_google.png
index 5247d321d..3d12aa14e 100644
Binary files a/main/src/main/res/mipmap-xxxhdpi/login_google.png and b/main/src/main/res/mipmap-xxxhdpi/login_google.png differ
diff --git a/main/src/main/res/mipmap-xxxhdpi/login_twitter.png b/main/src/main/res/mipmap-xxxhdpi/login_twitter.png
index 78037d192..19654b8ee 100644
Binary files a/main/src/main/res/mipmap-xxxhdpi/login_twitter.png and b/main/src/main/res/mipmap-xxxhdpi/login_twitter.png differ