[Output switcher] OverScroll animation

don't set "never" to OverScrollMode on device list property.

Test: Verified on device
Bug: 237123119
Change-Id: Id349accae9477a84bed71c373e626a772fde6a2d
This commit is contained in:
shaoweishen
2022-07-05 07:02:56 +00:00
committed by Shaowei Shen
parent 9e73750458
commit e9f24cc8d0

View File

@@ -89,8 +89,7 @@
android:id="@+id/list_result"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"/>
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout