Skip to content

Commit 052c4c4

Browse files
deepanshu-Android (Google) Code Review
authored andcommitted
Merge "Update time in layout preview" into lmp-dev
2 parents 39838b9 + 8d5a15b commit 052c4c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars

tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/Config.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ public static List<String> getResourceDirs(int platformVersion) {
7373

7474
public static String getTime(int platformVersion) {
7575
if (platformVersion == 0) {
76-
// TODO: revisit when the version is selected.
77-
return "4:57";
76+
return "5:00";
7877
}
7978
if (platformVersion < GINGERBREAD) {
8079
return "2:20";

0 commit comments

Comments
 (0)