라이브 방 - 배너 광고 제거

This commit is contained in:
2023-09-15 23:06:35 +09:00
parent 9626823f0c
commit e3679fd1dc
3 changed files with 1 additions and 31 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@@ -477,7 +476,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="13.3dp"
android:paddingHorizontal="13.3dp"
ads:layout_constraintBottom_toTopOf="@+id/ad_view"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
@@ -511,14 +510,4 @@
android:contentDescription="@null"
android:src="@drawable/btn_message_send" />
</RelativeLayout>
<com.google.android.gms.ads.AdView
android:id="@+id/ad_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
ads:adSize="SMART_BANNER"
ads:adUnitId="@string/admob_live_room_banner_unit_id"
ads:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>