Skip to content

Commit

Permalink
Remove card parent style to fix crash with new material lib
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Nijmeh <[email protected]>
  • Loading branch information
tytydraco committed Jul 3, 2023
1 parent d8b86fc commit 089dd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<item name="android:paddingVertical">12dp</item>
</style>

<style name="BookmarkCardView" parent="Widget.Material3.CardView.Elevated">
<style name="BookmarkCardView">
<item name="android:layout_marginTop">@dimen/bookmark_card_margin</item>
<item name="android:layout_marginHorizontal">@dimen/bookmark_card_margin</item>
<item name="android:layout_gravity">center_vertical</item>
Expand Down

0 comments on commit 089dd87

Please sign in to comment.