1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Add id to scrollview to allow restoring the scroll position; fixes #17

This commit is contained in:
Christophe Beyls 2017-01-21 00:04:55 +01:00
parent e9ed181e61
commit b2e50f8e4d

View file

@ -2,6 +2,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activities.EventDetailsActivity">