Commit c3aecbbd authored by mvanouwerkerk's avatar mvanouwerkerk Committed by Commit bot

[Home] Make SuggestionsRecyclerView match parent width.

BUG=707776

Review-Url: https://codereview.chromium.org/2799153003
Cr-Commit-Position: refs/heads/master@{#462827}
parent 0be0df4f
......@@ -11,7 +11,7 @@
<org.chromium.chrome.browser.suggestions.SuggestionsRecyclerView
android:id="@+id/recycler_view"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<org.chromium.chrome.browser.widget.FadingShadowView
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment