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

Commit 595c9807 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark GridView mColumnWidth as maxTargetSdk P"

parents ae84d11b 3a46c9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public class GridView extends AbsListView {
    @UnsupportedAppUsage
    private int mVerticalSpacing = 0;
    private int mStretchMode = STRETCH_COLUMN_WIDTH;
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 117521079)
    private int mColumnWidth;
    @UnsupportedAppUsage
    private int mRequestedColumnWidth;