Fix thick scroll bar

This commit is contained in:
qwerty287 2022-06-25 14:41:22 +02:00
parent 7f99848e19
commit 37d85047a7
No known key found for this signature in database
GPG Key ID: E0464C650D9D25B2
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@
<ListView
android:id="@+id/diff_files"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fastScrollEnabled="true" />
android:layout_height="match_parent" />
</LinearLayout>