Implemented nested scrolling parent in TextReadingPreviewPager

Flag: N/A
Bug: 317947238
Test: manual

Change-Id: I173881b84d5c5ff81c15a80a4de65fda59f5bf65
This commit is contained in:
Chun-Ku Lin
2024-01-04 07:19:51 +00:00
parent 946f52b2a1
commit ed3d2f9171
2 changed files with 23 additions and 10 deletions

View File

@@ -42,7 +42,8 @@
android:id="@+id/preview_pager"
android:layout_width="match_parent"
android:layout_height="217dp"
android:contentDescription="@string/preview_pager_content_description" />
android:contentDescription="@string/preview_pager_content_description"
android:nestedScrollingEnabled="true" />
<com.android.settings.widget.DotsPageIndicator
android:id="@+id/page_indicator"