Skip to content

Commit

Permalink
Merge pull request #32 from veghtomi/horizontal-linearlayout-width-issue
Browse files Browse the repository at this point in the history
Fix horizontal LinearLayoutManager width issue
  • Loading branch information
veghtomi committed Mar 24, 2018
2 parents e991b1a + 5534450 commit 57a122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shimmer/src/main/res/layout/viewholder_shimmer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ limitations under the License.
-->
<io.supercharge.shimmerlayout.ShimmerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

0 comments on commit 57a122e

Please sign in to comment.