Resetting layoutParams was missing the new percent properties

This commit is contained in:
Hristo Hristov
2016-01-07 15:37:17 +02:00
parent 3713097c5f
commit ef11c7b7cf
8 changed files with 158 additions and 76 deletions

View File

@@ -312,6 +312,10 @@ export class StackLayoutTest extends testModule.UITest<StackLayout> {
TKUnit.assertEqual(bounds.right, 120, "BottomRight layout RIGHT incorrect");
TKUnit.assertEqual(bounds.bottom, 180, "BottomRight layout BOTTOM incorrect");
}
public test_percent_support_nativeLayoutParams_are_correct() {
commonTests.percent_support_nativeLayoutParams_are_correct(this);
}
}
export function createTestCase(): StackLayoutTest {