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

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

Merge "Fix ManageApplications pinned header overlaps content" into sc-dev

parents 47e8ddbd b4e96b12
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -20,13 +20,6 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <FrameLayout
        android:id="@+id/pinned_header"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:elevation="2dp"
        settings:layout_constraintTop_toTopOf="parent"/>

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/apps_list"
        android:layout_width="match_parent"
@@ -57,5 +50,12 @@
        settings:layout_constraintTop_toBottomOf="@id/pinned_header"
        settings:layout_constraintBottom_toBottomOf="parent"/>

    <FrameLayout
        android:id="@+id/pinned_header"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="?android:colorBackground"
        settings:layout_constraintTop_toTopOf="parent"/>

</androidx.constraintlayout.widget.ConstraintLayout>