Skip to content

Commit

Permalink
Merge pull request #333 from criticalmaps/disable_corking_rule
Browse files Browse the repository at this point in the history
Disable corking rule
  • Loading branch information
stephanlindauer committed Jul 2, 2023
2 parents 3f65155 + 19a1774 commit 7ae1a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/fragment_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<!-- "Note that the margins around the card (its “gutters”) need to be listed in the layout
of the card and cannot be included in a style tag." -->
<!--
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -50,6 +51,7 @@
android:text="@string/rules_corken_explain" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
-->

<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
Expand Down

0 comments on commit 7ae1a1d

Please sign in to comment.