Merge "Update time in layout preview" into lmp-dev

This commit is contained in:
Deepanshu Gupta
2014-09-29 20:35:43 +00:00
committed by Android (Google) Code Review

View File

@@ -73,8 +73,7 @@ public class Config {
public static String getTime(int platformVersion) {
if (platformVersion == 0) {
// TODO: revisit when the version is selected.
return "4:57";
return "5:00";
}
if (platformVersion < GINGERBREAD) {
return "2:20";