Commit 7879097c authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Rename id and add spacing

parent 3fb07065
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
android:fillViewport="true"> android:fillViewport="true">
<android.support.constraint.ConstraintLayout <android.support.constraint.ConstraintLayout
android:id="@+id/container" android:id="@+id/middle_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
...@@ -190,4 +190,5 @@ ...@@ -190,4 +190,5 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
tools:visibility="gone" /> tools:visibility="gone" />
</android.support.constraint.ConstraintLayout> </android.support.constraint.ConstraintLayout>
</ScrollView>
</ScrollView>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment