Skip to content

Instantly share code, notes, and snippets.

@graffiti75
Last active June 18, 2021 18:48
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/71c3d167ac793bee8ba1635971d22ebf to your computer and use it in GitHub Desktop.
Save graffiti75/71c3d167ac793bee8ba1635971d22ebf to your computer and use it in GitHub Desktop.
Tour Guide App - 2999011 - Fixing background of ScrollView
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 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"
android:background="@color/white" <<<<<------------------------- HERE
tools:context=".HistoryOfRewa">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
(...)
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment