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

Commit fa123039 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make the content view of TestActivity fit system window insets" into main

parents 96d1428c 31f65e72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ public class TestActivity extends Activity {
        mEditText = new EditText(this);
        mEditText.setContentDescription("Input box");
        rootView.addView(mEditText, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT));
        rootView.setFitsSystemWindows(true);
        setContentView(rootView);
        mEditText.requestFocus();
        sLastCreatedInstance = new WeakReference<>(this);