Skip to content
Snippets Groups Projects
Commit f1c913ff authored by Anon's avatar Anon
Browse files

Merge branch 'scroll-fix' into 'master'

Make main menu scrollable

See merge request card10/companion-app-android!24
parents 1f2eca7e 6099a1e7
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/activity_padding"> android:padding="@dimen/activity_padding">
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
...@@ -102,4 +105,7 @@ ...@@ -102,4 +105,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment