|
12 | 12 | android:layout_marginHorizontal="16dp" |
13 | 13 | app:cardCornerRadius="4dp"> |
14 | 14 |
|
15 | | - <LinearLayout |
| 15 | + <androidx.appcompat.widget.LinearLayoutCompat |
16 | 16 | android:layout_width="match_parent" |
17 | 17 | android:layout_height="wrap_content" |
18 | 18 | android:orientation="vertical" |
19 | 19 | android:padding="16dp"> |
20 | 20 |
|
21 | 21 | <include layout="@layout/ad_attribution" /> |
22 | 22 |
|
23 | | - <LinearLayout |
| 23 | + <androidx.appcompat.widget.LinearLayoutCompat |
24 | 24 | android:layout_width="match_parent" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:gravity="center_vertical" |
|
36 | 36 | android:layout_width="match_parent" |
37 | 37 | android:layout_height="match_parent" /> |
38 | 38 |
|
39 | | - <ImageView |
| 39 | + <androidx.appcompat.widget.AppCompatImageView |
40 | 40 | android:id="@+id/ad_app_icon" |
41 | 41 | android:layout_width="match_parent" |
42 | 42 | android:layout_height="match_parent" |
43 | 43 | android:visibility="gone" /> |
44 | 44 | </FrameLayout> |
45 | 45 |
|
46 | | - <LinearLayout |
| 46 | + <androidx.appcompat.widget.LinearLayoutCompat |
47 | 47 | android:layout_width="0dp" |
48 | 48 | android:layout_height="wrap_content" |
49 | 49 | android:layout_weight="1" |
50 | 50 | android:orientation="vertical"> |
51 | 51 |
|
52 | | - <TextView |
| 52 | + <com.google.android.material.textview.MaterialTextView |
53 | 53 | android:id="@+id/ad_headline" |
54 | 54 | android:layout_width="wrap_content" |
55 | 55 | android:layout_height="wrap_content" |
56 | 56 | android:textAppearance="@style/TextAppearance.Material3.TitleSmall" /> |
57 | 57 |
|
58 | | - <TextView |
| 58 | + <com.google.android.material.textview.MaterialTextView |
59 | 59 | android:id="@+id/ad_body" |
60 | 60 | android:layout_width="wrap_content" |
61 | 61 | android:layout_height="wrap_content" |
|
69 | 69 | android:isIndicator="true" |
70 | 70 | android:numStars="5" |
71 | 71 | android:stepSize="0.5" /> |
72 | | - </LinearLayout> |
| 72 | + </androidx.appcompat.widget.LinearLayoutCompat> |
73 | 73 |
|
74 | 74 | <com.google.android.material.button.MaterialButton |
75 | 75 | android:id="@+id/ad_call_to_action" |
76 | 76 | style="@style/Widget.Material3.Button.TextButton" |
77 | 77 | android:layout_width="wrap_content" |
78 | 78 | android:layout_height="wrap_content" /> |
79 | | - </LinearLayout> |
80 | | - </LinearLayout> |
| 79 | + </androidx.appcompat.widget.LinearLayoutCompat> |
| 80 | + </androidx.appcompat.widget.LinearLayoutCompat> |
81 | 81 | </com.google.android.material.card.MaterialCardView> |
82 | 82 | </com.google.android.gms.ads.nativead.NativeAdView> |
0 commit comments