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

Commit dfb84091 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15126430

Change-Id: Ibf6c9652f206bc9803ffd56a6b3d5a651ea3d149
parents de779f28 f421525d
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>