Files
WinBoLL/libaes/src/main/res/layout/view_adsbanner.xml
T

16 lines
557 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/ads_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" android:background="@drawable/bg_container_border">
<LinearLayout
android:id="@+id/ads_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" android:background="@drawable/bg_container_border" />
</LinearLayout>