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

Unverified Commit 770060f2 authored by qqq3's avatar qqq3
Browse files

Update search activity layout: make RecyclerView below toolbar

parent a51928d2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:padding="4dp"
        app:layout_constraintBottom_toBottomOf="@id/search_activity_layout"
        app:layout_constraintLeft_toLeftOf="@id/search_activity_layout"
        app:layout_constraintRight_toRightOf="@id/search_activity_layout"
        app:layout_constraintTop_toBottomOf="@id/search_activity_toolbar"
        app:layout_constraintTop_toTopOf="@id/search_activity_layout"/>
        app:layout_constraintTop_toBottomOf="@id/search_activity_toolbar"/>
</android.support.constraint.ConstraintLayout>
 No newline at end of file
+3 −2
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:padding="4dp"
        app:layout_constraintBottom_toBottomOf="@id/search_activity_layout"
        app:layout_constraintLeft_toLeftOf="@id/search_activity_layout"
        app:layout_constraintRight_toRightOf="@id/search_activity_layout"
        app:layout_constraintTop_toBottomOf="@id/search_activity_toolbar"
        app:layout_constraintTop_toTopOf="@id/search_activity_layout"/>
        app:layout_constraintTop_toBottomOf="@id/search_activity_toolbar"/>
</android.support.constraint.ConstraintLayout>
 No newline at end of file