OSDN Git Service

Update tests per new layoutlib_api [DO NOT MERGE]
authorDeepanshu Gupta <deepanshu@google.com>
Tue, 7 Jul 2015 01:26:41 +0000 (18:26 -0700)
committerDeepanshu Gupta <deepanshu@google.com>
Tue, 25 Aug 2015 19:06:50 +0000 (12:06 -0700)
Change-Id: Idc89ffceaf171abcf2b579f4e934b514ef209210
(cherry picked from commit d7b846c1814de34f2cea8507907f70618ec7cae0)

tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ConfigGenerator.java

index 1191df6..68c295f 100644 (file)
@@ -166,7 +166,7 @@ public class ConfigGenerator {
 
     public HardwareConfig getHardwareConfig() {
         return new HardwareConfig(mScreenWidth, mScreenHeight, mDensity, mXdpi, mYdpi, mSize,
-                mOrientation, mSoftButtons);
+                mOrientation, null, mSoftButtons);
     }
 
     public static Map<String, String> loadProperties(File path) {