Skip to content

Commit

Permalink
fix : native view background issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FenilInfy0m authored and FenilInfy0m committed Mar 16, 2023
1 parent bfad743 commit 43de61e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
Binary file modified .gradle/7.4/fileHashes/fileHashes.lock
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class NativeUtils50 {

public static String mUnitId;
public static int loadFailed = 0;


public static void load_native(Context context, RelativeLayout rlNative, View space, int admob) {

Expand Down
4 changes: 0 additions & 4 deletions adsSdk/src/main/res/layout/ad_100.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/tools"
app:cardBackgroundColor="@color/white"
app:cardCornerRadius="10dp"
app:cardElevation="3dp"
app:cardUseCompatPadding="true"
Expand All @@ -14,7 +13,6 @@
android:id="@+id/unified"
android:layout_width="match_parent"
android:layout_height="165dp"
android:background="@color/white"
app:ignore="NamespaceTypo">

<RelativeLayout
Expand All @@ -36,15 +34,13 @@
android:id="@+id/card_native_start"
android:layout_width="match_parent"
android:layout_height="match_parent"
app1:cardBackgroundColor="@color/white"
android:visibility="visible">

<LinearLayout
android:id="@+id/ll_ad_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="2dp"
android:background="#FFFFFF"
android:orientation="vertical">

<LinearLayout
Expand Down
1 change: 0 additions & 1 deletion adsSdk/src/main/res/layout/ad_300.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardBackgroundColor="@color/white"
app:cardCornerRadius="10dp"
app:cardElevation="3dp"
app:cardUseCompatPadding="true">
Expand Down
5 changes: 1 addition & 4 deletions adsSdk/src/main/res/layout/ad_50.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_centerInParent="true"
android:id="@+id/unified"
android:background = "@drawable/ads_button_bg"
android:backgroundTint="@color/white"
>
android:id="@+id/unified">

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_height="110dp"
Expand Down

0 comments on commit 43de61e

Please sign in to comment.