Merge "Enable nested scrolling for Trusted credentials"

This commit is contained in:
TreeHugger Robot
2021-12-29 01:36:18 +00:00
committed by Android (Google) Code Review

View File

@@ -53,6 +53,7 @@
</LinearLayout> </LinearLayout>
<ListView <ListView
android:id="@+id/cert_list" android:id="@+id/cert_list"
android:nestedScrollingEnabled="true"
style="@style/TrustedCredentialsList"> style="@style/TrustedCredentialsList">
</ListView> </ListView>
</LinearLayout> </LinearLayout>