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

Commit d8b56ee8 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Use View instead of TextView" into main

parents fcbb91ff cf2803d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ public class NotificationOptimizedLinearLayoutComparisonTest {
    }

    private View buildChildView() {
        final View childView = new TextView(mContext);
        final View childView = new View(mContext);
        // this is initial value. We are going to mutate this layout params during the test.
        LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(MATCH_PARENT,
                WRAP_CONTENT);