推荐改为热门
This commit is contained in:
@@ -140,7 +140,7 @@ public class TopicMainActivity extends BaseMvpActivity<IMiniWorldGuestPage, Mini
|
|||||||
setListeners();
|
setListeners();
|
||||||
|
|
||||||
List<TabInfo> tabInfoList = new ArrayList<>(2);
|
List<TabInfo> tabInfoList = new ArrayList<>(2);
|
||||||
tabInfoList.add(new TabInfo(0, "推荐"));
|
tabInfoList.add(new TabInfo(0, "热门"));
|
||||||
tabInfoList.add(new TabInfo(1, "最新"));
|
tabInfoList.add(new TabInfo(1, "最新"));
|
||||||
|
|
||||||
CommonNavigator commonNavigator = new CommonNavigator(this);
|
CommonNavigator commonNavigator = new CommonNavigator(this);
|
||||||
|
@@ -96,7 +96,7 @@ public class XChatConstants {
|
|||||||
/**
|
/**
|
||||||
* 分享房间标题
|
* 分享房间标题
|
||||||
*/
|
*/
|
||||||
public static final String SHARE_ROOM_TITLE = "聆听声音,分享快乐";
|
public static final String SHARE_ROOM_TITLE = "与你相遇,不孤单";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 分享房间 URL
|
* 分享房间 URL
|
||||||
|
Reference in New Issue
Block a user