콘텐츠 상세 - 배너 광고 간격 수정
This commit is contained in:
parent
00277117f1
commit
959d20fe6f
|
@ -541,17 +541,11 @@
|
||||||
android:id="@+id/ad_view"
|
android:id="@+id/ad_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="13.3dp"
|
android:layout_marginTop="26.7dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
ads:adSize="SMART_BANNER"
|
ads:adSize="SMART_BANNER"
|
||||||
ads:adUnitId="@string/admob_free_content_banner_unit_id" />
|
ads:adUnitId="@string/admob_free_content_banner_unit_id" />
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="6.7dp"
|
|
||||||
android:layout_marginTop="26.7dp"
|
|
||||||
android:background="@color/color_232323" />
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Reference in New Issue