Skip to content

Instantly share code, notes, and snippets.

@graffiti75
Created June 17, 2021 21:32
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 graffiti75/d0a2a06e9d0eae2913a6186c0d9b2a3f to your computer and use it in GitHub Desktop.
Save graffiti75/d0a2a06e9d0eae2913a6186c0d9b2a3f to your computer and use it in GitHub Desktop.
Build A Screen App - 2997662 - Fixing layout using ScrollView
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
(...)
</RelativeLayout>
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment