am de13095d: Update tests per new layoutlib_api [DO NOT MERGE]
* commit 'de13095d5d6b404c41d36d18d060fb41a9a4fc31': Update tests per new layoutlib_api [DO NOT MERGE]
This commit is contained in:
@@ -166,7 +166,7 @@ public class ConfigGenerator {
|
|||||||
|
|
||||||
public HardwareConfig getHardwareConfig() {
|
public HardwareConfig getHardwareConfig() {
|
||||||
return new HardwareConfig(mScreenWidth, mScreenHeight, mDensity, mXdpi, mYdpi, mSize,
|
return new HardwareConfig(mScreenWidth, mScreenHeight, mDensity, mXdpi, mYdpi, mSize,
|
||||||
mOrientation, mSoftButtons);
|
mOrientation, null, mSoftButtons);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Map<String, String> loadProperties(File path) {
|
public static Map<String, String> loadProperties(File path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user