界面优化 友盟增加so

This commit is contained in:
khy
2016-12-28 10:20:10 +08:00
parent 0df714b9ea
commit 80670a9c4b
40 changed files with 320 additions and 122 deletions

View File

@ -11,7 +11,7 @@ public class SpeedUtils {
}
return str + "MB/s";
}
return kSpeed + "K/s";
return kSpeed + "KB/s";
}
public static String getRemainTime(long totalSize, long currentSize, long speed) {