Fix collapsing toolbar can't collapse problem

- Use the NestedScrollView instead of ScrollView.

Fixes: 216276444
Test: manual test
Change-Id: I3872bcc2f165ba8cf55f1782aa76f59adde5d3aa
This commit is contained in:
Sunny Shao
2022-04-26 16:10:40 +08:00
parent 73c8e2f45a
commit d790fa2800

View File

@@ -16,7 +16,7 @@
** limitations under the License.
*/
-->
<ScrollView
<androidx.core.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -35,4 +35,4 @@
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>