Skip to content

Commit 8d5a15b

Browse files
committed
Update time in layout preview
Change-Id: Ic32a9cb1f20b472c6898a5f370d8578c011a09bf
1 parent b514013 commit 8d5a15b

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)