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

Commit c50e38d8 authored by Nishith  Khanna's avatar Nishith Khanna Committed by Mohammed Althaf T
Browse files

fix security screen in setup wizard being cut in potrait mode of tablet

parent d383f495
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import android.os.UserHandle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;

import androidx.fragment.app.Fragment;
import androidx.preference.Preference;
@@ -146,6 +147,12 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric {
                // Use the dividers in SetupWizardRecyclerLayout. Suppress the dividers in
                // PreferenceFragment.
                setDivider(null);

                final LinearLayout headerLayout = layout.findManagedViewById(com.google.android.setupdesign.R.id.sud_layout_header);
                if (headerLayout != null) {
                    headerLayout.setPadding(0, layout.getPaddingTop(), 0,
                            layout.getPaddingBottom());
                }
            }
        }