Update tests per new layoutlib_api [DO NOT MERGE]
Change-Id: Idc89ffceaf171abcf2b579f4e934b514ef209210
(cherry picked from commit d7b846c181)
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