|
|
@@ -183,9 +183,9 @@ public class ActFindInformation extends BaseActivity implements Action1<Integer>
|
|
|
final boolean isNeedReservation = !findApp.isCanDonload();//这里认为只有两种状态:可下载与预约下载
|
|
|
ViewUtil.setText(find_information_game_surplus);
|
|
|
if(isNeedReservation)
|
|
|
- ViewUtil.setText(find_information_game_time, String.format(Locale.CHINA, "开放时间:%s", TimeUtil.TimeStamp2Date(findApp.getDownload_at(), "yyyy-MM-dd HH:mm")));
|
|
|
+ ViewUtil.setText(find_information_game_time, String.format(Locale.CHINA, "开放时间:%s", TimeUtil.TimeStamp2Date(findApp.getDownload_at(), "yyyy-MM-dd\u0020HH:mm")));
|
|
|
else
|
|
|
- ViewUtil.setText(find_information_game_time, String.format(Locale.CHINA, "厂商:%s 包体大小:%sM", findApp.getManufacturer(),findApp.getPackage_size()));
|
|
|
+ ViewUtil.setText(find_information_game_time, String.format(Locale.CHINA, "厂商:%s\u0020包体大小:%sM", findApp.getManufacturer(),findApp.getPackage_size()));
|
|
|
find_information_game_yuan.setVisibility(View.GONE);
|
|
|
|
|
|
updateView(this,findApp, find_information_game_task);
|