Skip to content

Commit 161cfef

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix bug #7363015 Padding is wrong for first item in a ListPopupWindow" into jb-mr1-dev
2 parents b702e5d + a7e0bcd commit 161cfef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/java/android/view/ViewGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,7 @@ private void addViewInner(View child, int index, LayoutParams params,
33833383
}
33843384

33853385
if (child.isLayoutDirectionInherited()) {
3386-
child.resetResolvedLayoutDirection();
3386+
child.resetRtlProperties();
33873387
child.resolveRtlPropertiesIfNeeded();
33883388
}
33893389

0 commit comments

Comments
 (0)