Skip to content

Instantly share code, notes, and snippets.

@exhesham
Last active June 8, 2018 08:35
Show Gist options
  • Save exhesham/bbb756c0b07448071d20c5c2e2674607 to your computer and use it in GitHub Desktop.
Save exhesham/bbb756c0b07448071d20c5c2e2674607 to your computer and use it in GitHub Desktop.
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_weather_data"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dp"
android:textSize="20sp" />
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment