Skip to content

Commit 274c66f

Browse files
committedMay 26, 2022
Remove banner
1 parent 062c657 commit 274c66f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎app/src/main/res/layout/create.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
xmlns:tools="http://schemas.android.com/tools"
2828
android:layout_width="match_parent"
2929
android:layout_height="match_parent"
30-
android:fillViewport="true"
31-
android:layout_above="@+id/banner">
30+
android:fillViewport="true">
3231

3332
<androidx.constraintlayout.widget.ConstraintLayout
3433
android:layout_width="match_parent"
@@ -177,9 +176,4 @@
177176

178177
</androidx.core.widget.NestedScrollView>
179178

180-
<include layout="@layout/banner"
181-
android:id="@+id/banner_layout"
182-
android:layout_alignParentBottom="true"
183-
android:layout_height="wrap_content"
184-
android:layout_width="match_parent" />
185179
</RelativeLayout>

0 commit comments

Comments
 (0)
Failed to load comments.