Cleanup ads that's not cleaned before

このコミットが含まれているのは:
Schoumi 2017-08-23 23:13:24 +02:00
コミット ab3d33486e
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
@ -44,7 +43,6 @@
<FrameLayout
android:id="@+id/fragment_container"
android:layout_above="@+id/adView"
android:layout_alignParentTop="true"
android:layout_width="match_parent"
android:layout_height="match_parent"/>