|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<androidx.constraintlayout.widget.ConstraintLayout |
3 | | - xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 3 | xmlns:app="http://schemas.android.com/apk/res-auto" |
5 | 4 | android:id="@+id/container" |
6 | 5 | android:layout_width="match_parent" |
|
37 | 36 | style="@style/Widget.Material3.CardView.Filled" |
38 | 37 | android:layout_width="match_parent" |
39 | 38 | android:layout_height="wrap_content" |
40 | | - android:layout_marginBottom="2dp" |
41 | 39 | app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.CardViewTopRoundedFilled"> |
42 | 40 |
|
43 | 41 | <androidx.appcompat.widget.LinearLayoutCompat |
|
51 | 49 | android:id="@+id/faq_native_ad" |
52 | 50 | android:layout_width="match_parent" |
53 | 51 | android:layout_height="wrap_content" |
54 | | - android:layout_marginBottom="24dp" |
| 52 | + android:layout_marginVertical="2dp" |
55 | 53 | app:nativeAdLayout="@layout/ad_help" /> |
56 | 54 |
|
57 | 55 | <com.google.android.material.card.MaterialCardView |
58 | 56 | android:id="@+id/contact_support_card" |
59 | 57 | style="@style/Widget.Material3.CardView.Filled" |
60 | 58 | android:layout_width="match_parent" |
61 | 59 | android:layout_height="wrap_content" |
62 | | - android:layout_marginBottom="16dp" |
63 | 60 | android:clickable="true" |
64 | 61 | android:focusable="true" |
65 | 62 | android:foreground="?attr/selectableItemBackground" |
66 | 63 | app:cardBackgroundColor="?attr/colorSurfaceVariant" |
67 | | - app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.CardView"> |
| 64 | + app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.CardViewBottomRoundedFilled"> |
68 | 65 |
|
69 | 66 | <androidx.appcompat.widget.LinearLayoutCompat |
70 | 67 | android:layout_width="match_parent" |
|
0 commit comments