Skip to content

Commit

Permalink
fix: changes list width to entire screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mohak1712 authored and therajanmaurya committed Mar 17, 2018
1 parent 9df422e commit 308ce20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<android.support.v7.widget.RecyclerView
android:id="@+id/rv_search"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>

Expand Down

0 comments on commit 308ce20

Please sign in to comment.