We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39838b9 + 8d5a15b commit 052c4c4Copy full SHA for 052c4c4
1 file changed
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/Config.java
@@ -73,8 +73,7 @@ public static List<String> getResourceDirs(int platformVersion) {
73
74
public static String getTime(int platformVersion) {
75
if (platformVersion == 0) {
76
- // TODO: revisit when the version is selected.
77
- return "4:57";
+ return "5:00";
78
}
79
if (platformVersion < GINGERBREAD) {
80
return "2:20";
0 commit comments