Skip to content

Instantly share code, notes, and snippets.

@ayltai
Created February 12, 2017 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayltai/ecb7d0a587ae05d9a1672ae9cdd50709 to your computer and use it in GitHub Desktop.
Save ayltai/ecb7d0a587ae05d9a1672ae9cdd50709 to your computer and use it in GitHub Desktop.
Empty view layout for native ads
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/native_ad_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment