Skip to content

Commit

Permalink
Fix lint error on fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
Perihan Mirkelam committed Sep 12, 2020
1 parent 5230a03 commit 084964a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
android:layout_height="0dp"
android:clickable="false"
android:scrollbars="vertical"
app:layout_constraintBottom_toTopOf="@+id/nav_view"
app:layout_constraintTop_toBottomOf="@+id/filter_toolbar" />
</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:clickable="true"
android:focusable="true"
android:scrollbars="vertical"
app:layout_constraintBottom_toTopOf="@+id/nav_view"
app:layout_constraintTop_toBottomOf="@+id/toolbar_search" />

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 084964a

Please sign in to comment.