|
@@ -57,12 +57,12 @@ public class HomePageViewModel extends BaseViewModel {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private void initList() {
|
|
private void initList() {
|
|
|
- informationList.add(new Pair<>("华为P40用户 微信消息恢复", "2分钟前"));
|
|
|
|
|
- informationList.add(new Pair<>("小米Mi 11用户 图片恢复", "4分钟前"));
|
|
|
|
|
- informationList.add(new Pair<>("三星S20用户 微信好友恢复", "5分钟前"));
|
|
|
|
|
- informationList.add(new Pair<>("OPPOFind X3用户 微信消息恢复", "9分钟前"));
|
|
|
|
|
- informationList.add(new Pair<>("VivoY72用户 音频恢复", "11分钟前"));
|
|
|
|
|
- informationList.add(new Pair<>("华为P30用户 视频恢复", "15分钟前"));
|
|
|
|
|
|
|
+ informationList.add(new Pair<>("163*****974 购买了微信消息恢复", "2分钟前"));
|
|
|
|
|
+ informationList.add(new Pair<>("183*****823 购买了图片恢复", "4分钟前"));
|
|
|
|
|
+ informationList.add(new Pair<>("172*****194 购买了微信好友恢复", "5分钟前"));
|
|
|
|
|
+ informationList.add(new Pair<>("193*****347 购买了微信消息恢复", "9分钟前"));
|
|
|
|
|
+ informationList.add(new Pair<>("153*****912 购买了音频恢复", "11分钟前"));
|
|
|
|
|
+ informationList.add(new Pair<>("159*****864 购买了视频恢复", "15分钟前"));
|
|
|
|
|
|
|
|
functionList.add(new FunctionBean(FunctionBean.FILE_RECOVERY, R.string.home_page_file_recovery, R.drawable.icon_home_page_file_recovery));
|
|
functionList.add(new FunctionBean(FunctionBean.FILE_RECOVERY, R.string.home_page_file_recovery, R.drawable.icon_home_page_file_recovery));
|
|
|
functionList.add(new FunctionBean(FunctionBean.VIDEO_RECOVERY, R.string.home_page_video_recovery, R.drawable.icon_home_page_video_recovery));
|
|
functionList.add(new FunctionBean(FunctionBean.VIDEO_RECOVERY, R.string.home_page_video_recovery, R.drawable.icon_home_page_video_recovery));
|