Merge "Update time in layout preview" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
052c4c4b7a
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user