diff --git a/FaceUnity/src/main/res/values/colors.xml b/FaceUnity/src/main/res/values/colors.xml
index deb27665a..76f895882 100644
--- a/FaceUnity/src/main/res/values/colors.xml
+++ b/FaceUnity/src/main/res/values/colors.xml
@@ -1,8 +1,8 @@
- #FF8D41
- #FF8D41
- #FF8D41
+ #2ED0FF
+ #2ED0FF
+ #2ED0FF
#050F14
diff --git a/Share/src/main/res/values-zh/strings.xml b/Share/src/main/res/values-zh/strings.xml
index ec54569a2..776639d56 100644
--- a/Share/src/main/res/values-zh/strings.xml
+++ b/Share/src/main/res/values-zh/strings.xml
@@ -4,7 +4,7 @@
aq0eV4R1pqMK_AAeKRWnjPr7ErGMGgTPGgZJdm73WeRY-Kluws
分享
-快來 PDLIVE觀看%s直播,認識更多有趣的朋友吧!
+快來 HOSO觀看%s直播,認識更多有趣的朋友吧!
Facebook
Line
Twitter
@@ -13,6 +13,6 @@
Instagram
邀請好友
-快來 PDLIVE觀看直播,認識更多有趣的朋友吧!
+快來 HOSO觀看直播,認識更多有趣的朋友吧!
複製
\ No newline at end of file
diff --git a/Share/src/main/res/values/strings.xml b/Share/src/main/res/values/strings.xml
index b1b94a0b5..e6e10ad76 100644
--- a/Share/src/main/res/values/strings.xml
+++ b/Share/src/main/res/values/strings.xml
@@ -9,8 +9,8 @@
Messenger
Instagram
Share
- Come and watch %s live on PDLIVE and meet more interesting people!
+ Come and watch %s live on HOSO and meet more interesting people!
Invite Friends
- Come to PDLIVE to discover more and better live streams.
+ Come to HOSO to discover more and better live streams.
Copy
\ No newline at end of file
diff --git a/app/src/main/java/com/shayu/phonelive/activity/LauncherActivity.java b/app/src/main/java/com/shayu/phonelive/activity/LauncherActivity.java
index f74ecb999..057386bd8 100644
--- a/app/src/main/java/com/shayu/phonelive/activity/LauncherActivity.java
+++ b/app/src/main/java/com/shayu/phonelive/activity/LauncherActivity.java
@@ -6,10 +6,13 @@ import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.content.res.Resources;
+import android.graphics.Matrix;
+import android.graphics.RectF;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
+import android.os.Parcelable;
import android.text.TextUtils;
import android.util.Log;
import android.view.Gravity;
@@ -25,6 +28,7 @@ import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.app.ActivityOptionsCompat;
import androidx.core.app.NotificationManagerCompat;
+import androidx.core.app.SharedElementCallback;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.alibaba.fastjson.JSON;
@@ -131,8 +135,8 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
mBtnSkipVideo = findViewById(R.id.btn_skip_video);
mBtnSkipImage.setOnClickListener(this);
mBtnSkipVideo.setOnClickListener(this);
- ImgLoader.display(mContext, R.mipmap.screen, mCover);
- mHandler = new Handler() {
+ // ImgLoader.display(mContext, R.mipmap.screen, mCover);
+ mHandler = new Handler(getMainLooper()) {
@Override
public void handleMessage(Message msg) {
switch (msg.what) {
@@ -152,6 +156,14 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
e.printStackTrace();
}
SpUtil.getInstance().setBooleanValue("NOTIFICATION", NotificationManagerCompat.from(this).areNotificationsEnabled());
+
+ setExitSharedElementCallback(new SharedElementCallback() {
+ @Override
+ public Parcelable onCaptureSharedElementSnapshot(View sharedElement, Matrix viewToGlobalMatrix, RectF screenBounds) {
+ sharedElement.setAlpha(1);
+ return super.onCaptureSharedElementSnapshot(sharedElement, viewToGlobalMatrix, screenBounds);
+ }
+ });
}
@@ -267,8 +279,9 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
IMLoginManager.get(this).upDataUserInfo();
} else {
releaseVideo();
- this.startActivity(new Intent(this, EntryActivity.class));
- this.finish();
+ Bundle bundle = ActivityOptionsCompat.makeSceneTransitionAnimation(this, findViewById(R.id.app_logo), findViewById(R.id.app_logo).getTransitionName()).toBundle();
+ this.startActivity(new Intent(this, EntryActivity.class),bundle);
+ new Handler(getMainLooper()).postDelayed(this::finish,1000);
}
}
@@ -588,8 +601,9 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
forwardMainActivity();
} else {
releaseVideo();
- this.startActivity(new Intent(this, EntryActivity.class));
- this.finish();
+ Bundle bundle = ActivityOptionsCompat.makeSceneTransitionAnimation(this, findViewById(R.id.app_logo), findViewById(R.id.app_logo).getTransitionName()).toBundle();
+ this.startActivity(new Intent(this, EntryActivity.class),bundle);
+ new Handler(getMainLooper()).postDelayed(this::finish,1000);
}
}
}
diff --git a/app/src/main/res/layout/activity_launcher.xml b/app/src/main/res/layout/activity_launcher.xml
index 92776f82c..d278df3c6 100644
--- a/app/src/main/res/layout/activity_launcher.xml
+++ b/app/src/main/res/layout/activity_launcher.xml
@@ -9,7 +9,7 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="#000" />
+ android:background="#fff" />
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 50257bea6..000000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp
new file mode 100644
index 000000000..9a1cf82a5
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 33cbef52d..000000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp
new file mode 100644
index 000000000..17ac07210
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index a70ceeb93..000000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
new file mode 100644
index 000000000..616b806c2
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index 072f87ff3..000000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
new file mode 100644
index 000000000..eae09b446
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/bg_app_launch.webp b/app/src/main/res/mipmap-xxxhdpi/bg_app_launch.webp
new file mode 100644
index 000000000..d01707c22
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/bg_app_launch.webp differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_app_launch_logo.webp b/app/src/main/res/mipmap-xxxhdpi/ic_app_launch_logo.webp
new file mode 100644
index 000000000..863bf2ab1
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_app_launch_logo.webp differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_app_launch_name.webp b/app/src/main/res/mipmap-xxxhdpi/ic_app_launch_name.webp
new file mode 100644
index 000000000..3253556e6
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_app_launch_name.webp differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 2d52cdd94..000000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
new file mode 100644
index 000000000..bc40b718f
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1f229165b..f6e84b800 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
- PDLIVE
+ HOSO
assertk.Assert
\ No newline at end of file
diff --git a/common/src/main/res/layout/notification_message.xml b/common/src/main/res/layout/notification_message.xml
index 9cb3fd00d..bcdc2c179 100644
--- a/common/src/main/res/layout/notification_message.xml
+++ b/common/src/main/res/layout/notification_message.xml
@@ -54,7 +54,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="15dp"
- android:text="PD LIVE"
+ android:text="HOSO"
android:textColor="@color/gray3" />
\ No newline at end of file
diff --git a/common/src/main/res/layout/rule_of_war_popup.xml b/common/src/main/res/layout/rule_of_war_popup.xml
index b57f0eec2..81343fd74 100644
--- a/common/src/main/res/layout/rule_of_war_popup.xml
+++ b/common/src/main/res/layout/rule_of_war_popup.xml
@@ -37,7 +37,7 @@
android:layout_marginStart="14dp"
android:layout_marginEnd="14dp"
android:textColor="#0D21B2"
- tools:text="1.戰令開啟時,完成戰令任務,提升戰令等級,可獲得大量等級獎勵。\n2.所有用戶免費解鎖普通版,戰令開啟時隨時可進階為精英版和尊享版,獲得豐厚額外專屬獎勵。\n3.三種戰令都會獎勵積分,可在兌換商城中兌換心儀的寶貝,部分寶貝兌換有戰令等級要求或兌換數量限制。\n4.每日任務0點刷新,未完成任務進度不再累計,每季任務將會在新一季戰令開啟時刷新。\n5.任務達成時需主動領取經驗,未领取經驗將會在任務刷新時過期。\n6.活動最終解釋權歸PDLIVE所有。"
+ tools:text="1.戰令開啟時,完成戰令任務,提升戰令等級,可獲得大量等級獎勵。\n2.所有用戶免費解鎖普通版,戰令開啟時隨時可進階為精英版和尊享版,獲得豐厚額外專屬獎勵。\n3.三種戰令都會獎勵積分,可在兌換商城中兌換心儀的寶貝,部分寶貝兌換有戰令等級要求或兌換數量限制。\n4.每日任務0點刷新,未完成任務進度不再累計,每季任務將會在新一季戰令開啟時刷新。\n5.任務達成時需主動領取經驗,未领取經驗將會在任務刷新時過期。\n6.活動最終解釋權歸HOSO所有。"
android:textSize="14sp" />
diff --git a/common/src/main/res/values-zh/strings.xml b/common/src/main/res/values-zh/strings.xml
index 7025e1357..efa1bd251 100644
--- a/common/src/main/res/values-zh/strings.xml
+++ b/common/src/main/res/values-zh/strings.xml
@@ -74,7 +74,7 @@
退出連麥
所在地
編輯個人資料
- 進入PD LIVE
+ 進入HOSO
是否確認使用一下資料
確認
暱稱重複,請重新輸入
@@ -645,7 +645,7 @@
一次免費贈送禮物特權!
TA還沒有座騎
- 歡迎來到PDLIVE
+ 歡迎來到HOSO
恭喜你獲得了新人獎勵
com.newpdlive.sy.fileprovider
@@ -1045,8 +1045,8 @@
點擊查看
主播任務
我已閱讀並同意
- 請閱讀並同意《PDLIVE主播協議》
- 《PDLIVE主播協議》
+ 請閱讀並同意《HOSO主播協議》
+ 《HOSO主播協議》
新秀主播時效截止至
鑽石收禮
金豆收禮
@@ -1070,19 +1070,19 @@
前往簽到中心
確認領取
無法登陸?點此聯繫客服
- 進入下一步即代表同意
+ 登錄即代表您同意
用戶協議
和
隱私條款
條款和政策
- 歡迎來到PD LIVE,對於您的個人信息及隱私,我們將採用最高標準對待和保護。
+ 歡迎來到HOSO,對於您的個人信息及隱私,我們將採用最高標準對待和保護。
詳情請您閱讀以下安裝應用程序的消息:
為了給用戶提供更好的服務,我們的產品集成[友盟SDK],SDK需要收集您的设备信息(IMEI/MAC/Android ID/IDFA/OpenUDID/GUID/IP地址/SIM 卡 IMSI 信息等),為便於您更好地了解[友盟SDK]采集的數據類型及用途,以及何保護您的個人信息,您可以登陸:https://www.umeng.com/page/policy 了解[友盟SDK]隱私權政策【友盟+】隐私政策【友盟+】,第三方全域大数据服务提供商,为客户提供PC/APP/线下统计,广告效果监测,消息推送/微社区/分享/IM等运营工具,DIP,全域指数与行业报告等。https://www.umeng.com/page/policy
同意
點擊同意後即代表您已閱讀並同意以上所有內容。
本應用會收集位置數據以支持登錄和註冊的功能使用。
- 歡迎來到PD LIVE。
- 註冊PD LIVE
+ 歡迎來到HOSO。
+ 註冊HOSO
註冊並登錄
開通貴族,尊享超多特權!
女神說
@@ -1366,11 +1366,11 @@
對局用戶
暫無記錄~
今日
- 1、互動遊戲是PDLIVE為用戶提供的全新板塊,用戶可以在首頁【遊戲專區】或直播間內參與;
+ 1、互動遊戲是HOSO為用戶提供的全新板塊,用戶可以在首頁【遊戲專區】或直播間內參與;
2、目前已上線【五子棋】、【飛行棋】、【碰碰我最強】、【怪物消消樂】、【跳一跳】、【友情闖關】、【魔法大樂鬥】、【美式8球】後續將會提供更多遊戲種類,敬請期期待;
3、 用戶可自定義設定遊戲門檻,要求在100~50000金豆之間,數額必須為10的倍數;
4、 遊戲開始時將會收取參與遊戲用戶的籌碼,在遊戲結束後,將收取10%的籌碼作為門票,剩餘籌碼將全部給予勝利用戶,平局時將會扣除相應籌碼门票後返還給用戶;
- 5、活動最終解釋權歸PDLIVE所有。
+ 5、活動最終解釋權歸HOSO所有。
貨幣
貨幣:
時間:
@@ -1388,10 +1388,10 @@
3.三種戰令都會獎勵積分,可在兌換商城中兌換心 儀的寶貝,部分寶貝兌換有戰令等級要求或兌換數 量限制。
4.每日任務0點刷新,未完成任務進度不再累計, 每季任務將會在新一季戰令開啟時刷新。
5.任務達成時需主動領取經驗,未领取經驗將會在 任務刷新時自动领取。
- 6.活動最終解釋權歸PDLIVE所有。
+ 6.活動最終解釋權歸HOSO所有。
1.1星幣兌換1張觀影券,您可以根據需求自定義兌換數量,觀影券一經兌換不可撤銷,請提前確認;
2.1張觀影券可觀看一集短劇,兌換成功後即可返回觀影頁面,使用觀影券繼續觀看影片;
- 3.觀影券禁止線下交易、收購等不正當行為,PDLIVE將對各類以盈利為目的的交易行為進行嚴厲打擊。
+ 3.觀影券禁止線下交易、收購等不正當行為,HOSO將對各類以盈利為目的的交易行為進行嚴厲打擊。
支付取消
支付成功
@@ -1472,7 +1472,7 @@
1.龍神送財是您開通【神之守護】後給予直播間觀眾的福利,您可選擇自定義金豆數量並召喚龍神給直播间内主播粉丝瓜分(金豆數量不低於1000),或者您可以選擇不开启活动;
2.此次金豆消耗将计入守护贡献值和经验值增长,每提供10金豆將獲得1貢獻值,貢獻值可用於增長守護等級;
3.用戶關注主播並參與活動,將在五分鐘倒計時後將獲得您提供的福利;
- 4.此活動的最終解釋權歸PDLIVE所有。
+ 4.此活動的最終解釋權歸HOSO所有。
立即參與
延續守護特權
前往續費
@@ -1491,7 +1491,7 @@
暫時無法開通該守護,請當前守護到期後嘗試
1.神龍送財是開通【神之守護】的用戶給予直播間觀眾的免費金豆福利;
2.用戶關注主播並參與活動,將在倒計時五分鐘結束後瓜分活動金豆;
- 3.此活動的最終解釋權歸PDLIVE所有。
+ 3.此活動的最終解釋權歸HOSO所有。
短劇
完成*1
主播正在PK,稍後再試
diff --git a/common/src/main/res/values/strings.xml b/common/src/main/res/values/strings.xml
index 31ff8afe0..633a6b76a 100644
--- a/common/src/main/res/values/strings.xml
+++ b/common/src/main/res/values/strings.xml
@@ -659,7 +659,7 @@
Preservation
Register
No one is currently in the voice link
- Welcome to PDLive
+ Welcome to HOSO
Newcomer Bonus
EXP
Complete newcomer tasks for more rewards
@@ -885,7 +885,7 @@
Online Service
Hot Ticket
Register and log in
- Sign in PDlive
+ Sign in HOSO
Tell the world!
Tell the world! %s recommends anchor %s to everyone!
Tell the world! %s recommends the anchor %s to everyone, and the splendid glance is amazing!
@@ -1020,8 +1020,8 @@
Click To View
Anchor Task
I have read and agreed to the
- Please read and agree to the PDLIVE Host Agreement
- PDLIVE Host Agreement
+ Please read and agree to the HOSO Host Agreement
+ HOSO Host Agreement
The statute of limitations for new anchors expires
coin
gold
@@ -1044,17 +1044,17 @@
Go to the sign-in center
Confirm pick up
Unable to login? Click here to contact customer service
- By continuing, you are agree to our Terms of
+ By logging in, you agree
use
&
Privacy Policy
Terms and policies
For details, please read the following message to install the application:
- Welcome to PD LIVE. For your personal information and privacy, we will adopt the highest standards of treatment and protection.
+ Welcome to HOSO. For your personal information and privacy, we will adopt the highest standards of treatment and protection.
In order to provide users with better services, our products integrate [Alliance SDK], SDK needs to collect your device information (IMEI/MAC/Android ID/IDFA/OpenUDID/GUID/IP address /SIM card IMSI information, etc.), In order for you to better understand the types and purposes of the data collected by [Alliance SDK] and how to protect your personal information, you can log on to: https://www.umeng.com/page/policy Learn about [Alliance SDK] Privacy Policy [Alliance +] Privacy Policy [Alliance +], a third-party global big data service provider, providing customers with PC/APP/ offline statistics, advertising effect monitoring, message push/micro community/sharing /IM and other operating tools,DIP, global index and industry reports. https://www.umeng.com/page/policy
Clicking Agree means you have read and agree to all of the above.。
agreement
- Welcome to PD LIVE.
+ Welcome to HOSO.
gift
User service agreement
一 Fan privilege 一
@@ -1378,11 +1378,11 @@
"Today "
"≤7 days "
≤ 30 days
- 1.Interactive games are a new section provided by PDLIVE for users, who can participate in the game section on the homepage or in the live room;
+ 1.Interactive games are a new section provided by HOSO for users, who can participate in the game section on the homepage or in the live room;
2.Currently, [Backgammon], [Flying Chess], [Bumper I’m the Strongest], [Monster Match], [Jump], [Friendly Challenge], [Magic Battle], [American 8 Ball] More game types will be provided in the future, so stay tuned;
3. Users can customize the game threshold, which must be between 100 to 50000 gold beans , and the amount must be a multiple of 10;
4.At the beginning of the game, chips from participating users will be collected. After the game ends, 10% of the chips will be collected as tickets, and all remaining chips will be given to the winning users.In a draw, the corresponding chips will be deducted from the tickets and returned to the users;
- 5. The final interpretation right of the event belongs to PDLIVE.
+ 5. The final interpretation right of the event belongs to HOSO.
0-100 coins
100-500 coins
Above 500 coins
@@ -1392,7 +1392,7 @@
Exchange&Usage Rules:
1.One star coin can be exchanged for one ticket. You can customize the exchange quantity according to your needs. Once the ticket is exchanged, it cannot be revoked. Please confirm in advance;
2.One ticket can be used to watch one episode of a short drama. After successful redemption, you can return to the viewing page and use the ticket to continue watching the movie;
- 3.Ticket prohibit illegal activities such as offline trading and acquisitions, and PDLIVE will crack down severely on various profit-making trading activities.
+ 3.Ticket prohibit illegal activities such as offline trading and acquisitions, and HOSO will crack down severely on various profit-making trading activities.
The items inside have not been claimed yet.Are you sure to delete the message?
Are you sure to delete the message?
@@ -1410,7 +1410,7 @@
3.三種戰令都會獎勵積分,可在兌換商城中兌換心 儀的寶貝,部分寶貝兌換有戰令等級要求或兌換數 量限制。
4.每日任務0點刷新,未完成任務進度不再累計, 每季任務將會在新一季戰令開啟時刷新。
5.任務達成時需主動領取經驗,未领取經驗將會在 任務刷新時自动领取。
- 6.活動最終解釋權歸PDLIVE所有。
+ 6.活動最終解釋權歸HOSO所有。
More points
Gifts worth over 200%
Gifts worth over 300%
@@ -1479,7 +1479,7 @@
"1. Dragon's Wealth is a benefit that you provide to the audience of the live room after activating the 【God Guardian】. You can choose to customize the number of golden beans and summon Dragon God to divide the profits among the fans of the live broadcast room (the number of golden beans is not less than 1000), or you can choose not to activate the activity; "
"2. The consumption of gold beans this time will be included in the guardian contribution value and experience value growth. For every 10 gold beans provided, 1 contribution value will be obtained, which can be used to increase the guardian level; "
"3. Users who follow the anchor and participate in activities will receive the benefits you provide after a five minute countdown; "
- 4. The final interpretation of this activity belongs to PDLIVE.
+ 4. The final interpretation of this activity belongs to HOSO.
Participate
Renew now to extend guardian privileges\n
Now renew and enjoy guardian privileges again\n
@@ -1499,7 +1499,7 @@
We are currently unable to activate this guard. Please try again after the current guard expires
1.Dragon\'s Wealth is a free golden bean benefit provided to live stream viewers by users who have activated the 【God Guardian】 feature;
2.Users who follow the anchor and participate in the activity will divide the gold beans of the activity after the countdown of five minutes ends;
- 3.The final interpretation of this activity belongs to PDLIVE.
+ 3.The final interpretation of this activity belongs to HOSO.
Theater
The anchor is in PK, please try again later
once
diff --git a/live/src/main/res/drawable/background_fff_d20.xml b/live/src/main/res/drawable/background_fff_d20.xml
index 8b466e367..387da583f 100644
--- a/live/src/main/res/drawable/background_fff_d20.xml
+++ b/live/src/main/res/drawable/background_fff_d20.xml
@@ -3,7 +3,7 @@
-
-
+
\ No newline at end of file
diff --git a/live/src/main/res/drawable/button_ffc621.xml b/live/src/main/res/drawable/button_ffc621.xml
index e4b6e8c04..113a8e881 100644
--- a/live/src/main/res/drawable/button_ffc621.xml
+++ b/live/src/main/res/drawable/button_ffc621.xml
@@ -2,7 +2,7 @@
-
-
+
diff --git a/live/src/main/res/values-zh/strings.xml b/live/src/main/res/values-zh/strings.xml
index 04f92fff9..20b75a361 100644
--- a/live/src/main/res/values-zh/strings.xml
+++ b/live/src/main/res/values-zh/strings.xml
@@ -102,7 +102,7 @@
3. 專屬禮包與主播為 1 對 1 綁定關係,購買專屬 禮包中禮物資源只可送給該主播
4. 禮包中禮物資源有效期 30 天,有效期內均可正 常贈送;過期後禮物資源失效不可贈送
1. 當月只可購買一次,購買后禮包实时發放
- 2. 该禮包最終解釋權歸 PD Live 所有
+ 2. 该禮包最終解釋權歸 HOSO 所有
禮包介紹
購買規則
加入粉絲團,解鎖專屬禮物
diff --git a/live/src/main/res/values/strings.xml b/live/src/main/res/values/strings.xml
index d0dcf7d23..b874c35c6 100644
--- a/live/src/main/res/values/strings.xml
+++ b/live/src/main/res/values/strings.xml
@@ -104,7 +104,7 @@
3 The exclusive gift package is bound to the anchor in a one-on-one relationship, and purchasing gift resources in the exclusive gift package can only be given to the anchor
4 The gift resources in the gift package are valid for 30 days and can be given normally during the validity period; Gift resources become invalid and cannot be given after expiration
1 Purchase can only be made once a month, and the gift package will be distributed in real-time after purchase
- 2. The final interpretation rights of this gift package belong to PD Live
+ 2. The final interpretation rights of this gift package belong to HOSO
Introduction
Rules
Join the fan group and unlock exclusive gifts
diff --git a/main/src/main/java/com/yunbao/main/activity/MainActivity.java b/main/src/main/java/com/yunbao/main/activity/MainActivity.java
index b002e65f9..4097a2884 100644
--- a/main/src/main/java/com/yunbao/main/activity/MainActivity.java
+++ b/main/src/main/java/com/yunbao/main/activity/MainActivity.java
@@ -363,13 +363,13 @@ public class MainActivity extends AbsActivity implements MainAppBarLayoutListene
mMainHomeCommunityViewHolder.onPauseVideo();
}
break;
- case 1:
+ case 2:
MobclickAgent.onEvent(mContext, "community", "社区");
if (mMainHomeCommunityViewHolder != null) {
mMainHomeCommunityViewHolder.onResumePlay();
}
break;
- case 2:
+ case 1:
MobclickAgent.onEvent(mContext, "information", "消息");
if (mMainHomeCommunityViewHolder != null) {
mMainHomeCommunityViewHolder.onPauseVideo();
@@ -1302,11 +1302,11 @@ public class MainActivity extends AbsActivity implements MainAppBarLayoutListene
mainHomeViewHolder = new MainHomeViewHolder(mContext, parent);
vh = mainHomeViewHolder;
- } else if (position == 1) {
+ } else if (position == 2) {
mMainHomeCommunityViewHolder = new MainHomeCommunityViewHolder(mContext, parent, this);//社区
vh = mMainHomeCommunityViewHolder;
- } else if (position == 2) {
+ } else if (position == 1) {
mainMessageViewHolder = new MainMessageViewHolder(this, parent);
vh = mainMessageViewHolder;
diff --git a/main/src/main/java/com/yunbao/main/adapter/MainHomeLivesClassAdapter.java b/main/src/main/java/com/yunbao/main/adapter/MainHomeLivesClassAdapter.java
index 582bf1b5c..220088e15 100644
--- a/main/src/main/java/com/yunbao/main/adapter/MainHomeLivesClassAdapter.java
+++ b/main/src/main/java/com/yunbao/main/adapter/MainHomeLivesClassAdapter.java
@@ -97,7 +97,7 @@ public class MainHomeLivesClassAdapter extends RecyclerView.Adapter 1) {
mViewPager.setOffscreenPageLimit(pageCount - 1);
}
@@ -137,7 +142,7 @@ public abstract class AbsMainHomeParentViewHolder extends AbsMainViewHolder {
public IPagerTitleView getTitleView(Context context, final int index) {
SimplePagerTitleView simplePagerTitleView = new ColorTransitionPagerTitleView(context);
simplePagerTitleView.setNormalColor(Color.parseColor("#B1B1B1"));
- simplePagerTitleView.setSelectedColor(Color.parseColor("#FFC621"));
+ simplePagerTitleView.setSelectedColor(Color.parseColor("#2ED0FF"));
simplePagerTitleView.setText(titles[index]);
simplePagerTitleView.setTextSize(18);
simplePagerTitleView.getPaint().setFakeBoldText(true);
@@ -145,7 +150,7 @@ public abstract class AbsMainHomeParentViewHolder extends AbsMainViewHolder {
@Override
public void onClick(View v) {
if (mViewPager != null) {
- mViewPager.setCurrentItem(index);
+ // mViewPager.setCurrentItem(index);
}
}
});
@@ -158,7 +163,7 @@ public abstract class AbsMainHomeParentViewHolder extends AbsMainViewHolder {
linePagerIndicator.setMode(LinePagerIndicator.MODE_WRAP_CONTENT);
linePagerIndicator.setXOffset(DpUtil.dp2px(5));
linePagerIndicator.setRoundRadius(DpUtil.dp2px(2));
- linePagerIndicator.setColors(Color.parseColor("#FFC621"));
+ linePagerIndicator.setColors(Color.parseColor("#2ED0FF"));
return linePagerIndicator;
}
});
@@ -166,11 +171,11 @@ public abstract class AbsMainHomeParentViewHolder extends AbsMainViewHolder {
ViewPagerHelper.bind(mIndicator, mViewPager);
mRedPoint = (TextView) findViewById(R.id.red_point);
- mIndicator.setNavigator(commonNavigator);
- ViewPagerHelper.bind(mIndicator, mViewPager);
//默认选择第几个
- mIndicator.onPageSelected(1);
- mViewPager.setCurrentItem(1);
+ mViewPager.setCurrentItem(0);
+ mIndicator.onPageSelected(0);
+ mViewPager.setCanScroll(false);
+ loadPageData(0);
unReadMsgHandle();
}
diff --git a/main/src/main/java/com/yunbao/main/views/MainHomeCommunityViewHolder.java b/main/src/main/java/com/yunbao/main/views/MainHomeCommunityViewHolder.java
index c5695cfec..e1b31fa0e 100644
--- a/main/src/main/java/com/yunbao/main/views/MainHomeCommunityViewHolder.java
+++ b/main/src/main/java/com/yunbao/main/views/MainHomeCommunityViewHolder.java
@@ -174,9 +174,10 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
String[] titles;
private void initTab() {
- titles = new String[]{"社區", "短劇"};
+ //TODO 短剧
+ titles = new String[]{"社區"/*, "短劇"*/};
if (!WordUtil.isNewZh()) {
- titles = new String[]{"Community", "Theater"};
+ titles = new String[]{"Community"/*, "Theater"*/};
}
CommonNavigator commonNavigator = new CommonNavigator(mContext);
commonNavigator.setAdjustMode(true);
@@ -190,7 +191,7 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
public IPagerTitleView getTitleView(Context context, int index) {
SimplePagerTitleView simplePagerTitleView = new ColorTransitionPagerTitleView(context);
simplePagerTitleView.setNormalColor(Color.parseColor("#B1B1B1"));
- simplePagerTitleView.setSelectedColor(Color.parseColor("#FFC621"));
+ simplePagerTitleView.setSelectedColor(Color.parseColor("#2ED0FF"));
simplePagerTitleView.setText(titles[index]);
simplePagerTitleView.setTextSize(18);
simplePagerTitleView.getPaint().setFakeBoldText(true);
@@ -215,7 +216,7 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
linePagerIndicator.setMode(LinePagerIndicator.MODE_WRAP_CONTENT);
linePagerIndicator.setXOffset(DpUtil.dp2px(5));
linePagerIndicator.setRoundRadius(DpUtil.dp2px(2));
- linePagerIndicator.setColors(Color.parseColor("#FFC621"));
+ linePagerIndicator.setColors(Color.parseColor("#2ED0FF"));
return linePagerIndicator;
}
});
diff --git a/main/src/main/java/com/yunbao/main/views/MainHomeViewHolder.java b/main/src/main/java/com/yunbao/main/views/MainHomeViewHolder.java
index 3991b9493..5fc84cd3f 100644
--- a/main/src/main/java/com/yunbao/main/views/MainHomeViewHolder.java
+++ b/main/src/main/java/com/yunbao/main/views/MainHomeViewHolder.java
@@ -133,11 +133,11 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
return;
}
if (position == -1) {
- } else if (position == 0) {
+ } else if (position == 1) {
mainHomeFollLiveViewHolder = new MainHomeFollLiveViewHolder(mContext, parent);
vh = mainHomeFollLiveViewHolder;
- } else if (position == 1) {
+ } else if (position == 0) {
mainHomeLiveViewHolder = new MainHomeLiveViewHolder(mContext, parent);
vh = mainHomeLiveViewHolder;
@@ -176,7 +176,12 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
@Override
protected String[] getTitles() {
- return new String[]{mContext.getString(R.string.follow), mContext.getString(R.string.hot), mContext.getString(R.string.recomment), mContext.getString(R.string.main_tabs_red_packet),};
+ return new String[]{
+ // mContext.getString(R.string.follow),
+ mContext.getString(R.string.hot),
+ // mContext.getString(R.string.recomment),
+ // mContext.getString(R.string.main_tabs_red_packet),
+ };
}
diff --git a/main/src/main/res/drawable/border_fdbe40.xml b/main/src/main/res/drawable/border_fdbe40.xml
index 3fda70d15..b02b0498c 100644
--- a/main/src/main/res/drawable/border_fdbe40.xml
+++ b/main/src/main/res/drawable/border_fdbe40.xml
@@ -3,7 +3,7 @@
-
-
+
diff --git a/main/src/main/res/layout/activity_entry.xml b/main/src/main/res/layout/activity_entry.xml
index 2680499be..536d0fc60 100644
--- a/main/src/main/res/layout/activity_entry.xml
+++ b/main/src/main/res/layout/activity_entry.xml
@@ -3,16 +3,56 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
+ android:background="#fff"
android:layout_height="match_parent"
tools:context=".activity.EntryActivity">
+
+
+
+
+
+
+
+
+
+
+
+ android:textColor="#424242"
+ android:textSize="12sp" />
@@ -263,6 +303,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="1dp"
+ android:textStyle="bold"
android:text="@string/user_protocol2"
android:textColor="#ffb1b1b1"
android:textSize="10sp" />
@@ -278,6 +319,7 @@
+ android:src="@mipmap/white_logo"
+ android:visibility="gone" />
+ tools:visibility="gone">
diff --git a/main/src/main/res/layout/activity_register.xml b/main/src/main/res/layout/activity_register.xml
index a70f7261f..1b0769783 100644
--- a/main/src/main/res/layout/activity_register.xml
+++ b/main/src/main/res/layout/activity_register.xml
@@ -41,7 +41,7 @@
android:layout_marginTop="30dp"
android:layout_marginBottom="25dp"
android:text="@string/sign_up_for"
- android:textColor="#ffff8d41"
+ android:textColor="#2ED0FF"
android:textSize="24sp" />
-
-
-
-
-
+
+
+
+
+
-
diff --git a/main/src/main/res/layout/view_main_me.xml b/main/src/main/res/layout/view_main_me.xml
index 9d5c05a9f..0c7cf9798 100644
--- a/main/src/main/res/layout/view_main_me.xml
+++ b/main/src/main/res/layout/view_main_me.xml
@@ -42,6 +42,35 @@
android:layout_marginTop="42dp"
android:orientation="horizontal">
+
+
+
+
+
+
+
+
@@ -62,7 +91,8 @@
android:id="@+id/complete_information"
android:layout_width="107.9dp"
android:layout_height="25.25dp"
- android:layout_marginStart="21dp"
+ android:layout_gravity="end"
+ android:layout_marginEnd="21dp"
android:layout_marginTop="-5dp"
android:background="@mipmap/icon_complete_information">
@@ -79,7 +109,7 @@
android:id="@+id/lt_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="21dp"
+
android:layout_marginTop="8dp"
android:gravity="center"
android:orientation="horizontal">
@@ -106,7 +136,6 @@
android:id="@+id/signature"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="21dp"
android:layout_marginTop="6dp"
android:text="这个人很懒,什么也没留下。"
android:textColor="@color/gray_cccccc"
@@ -117,47 +146,6 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal">
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
@@ -268,18 +412,18 @@
+ android:src="@mipmap/home_me_gold" />
+
+
@@ -349,7 +494,6 @@
android:layout_height="42dp"
android:background="@color/gray_dcdcdc" />
-
@@ -368,18 +511,18 @@
+ android:src="@mipmap/home_me_diamonds" />
+
@@ -417,7 +561,6 @@
android:layout_marginLeft="3dp"
android:background="@mipmap/icon_arrow_right" />
-
-
@@ -494,150 +636,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-