Fix scrolling in commits

This commit is contained in:
qwerty287 2022-06-29 19:02:59 +02:00
parent e3480080ed
commit b052ffb3e9
No known key found for this signature in database
GPG key ID: E0464C650D9D25B2

View file

@ -58,7 +58,7 @@
style="@style/Widget.MaterialComponents.LinearProgressIndicator"
app:indicatorColor="?attr/progressIndicatorColor" />
<ScrollView
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -165,11 +165,12 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:headerDividersEnabled="true"
android:nestedScrollingEnabled="false"
android:background="?attr/primaryBackgroundColor"
tools:listitem="@layout/list_diff_files"/>
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
</LinearLayout>