Skip to content

Commit

Permalink
Attempt to fix wallpaper layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu authored Jul 14, 2020
1 parent 9fed890 commit 5142faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/res/layout/fragment_wallpapers_item_grid.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_marginEnd="@dimen/card_margin_right"
android:layout_marginBottom="@dimen/card_margin_bottom"
android:orientation="vertical"
Expand All @@ -12,7 +12,7 @@
<com.google.android.material.card.MaterialCardView
android:id="@+id/card"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
app:cardElevation="@dimen/card_elevation"
app:cardUseCompatPadding="true"
app:cardCornerRadius="@dimen/card_corner_radius">
Expand Down

0 comments on commit 5142faf

Please sign in to comment.