Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ade7c26 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3497341 - take list padding into account when drawing ExpandableListView indicators"

parents 710df094 3e5e6ace
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -299,6 +299,9 @@ public class ExpandableListView extends ListView {
                    indicatorRect.right = mIndicatorRight;
                }
                
                indicatorRect.left += mPaddingLeft;
                indicatorRect.right += mPaddingLeft;

                lastItemType = pos.position.type; 
            }