am 052c4c4b: Merge "Update time in layout preview" into lmp-dev

* commit '052c4c4b7a18c6c5e7bf688a647ed142167deddb':
  Update time in layout preview
This commit is contained in:
Deepanshu Gupta
2014-09-29 20:49:35 +00:00
committed by Android Git Automerger

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";