We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c657 commit 274c66fCopy full SHA for 274c66f
app/src/main/res/layout/create.xml
@@ -27,8 +27,7 @@
27
xmlns:tools="http://schemas.android.com/tools"
28
android:layout_width="match_parent"
29
android:layout_height="match_parent"
30
- android:fillViewport="true"
31
- android:layout_above="@+id/banner">
+ android:fillViewport="true">
32
33
<androidx.constraintlayout.widget.ConstraintLayout
34
@@ -177,9 +176,4 @@
177
176
178
</androidx.core.widget.NestedScrollView>
179
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" />
185
</RelativeLayout>
0 commit comments