Implemented nested scrolling parent in TextReadingPreviewPager
Flag: N/A Bug: 317947238 Test: manual Change-Id: I173881b84d5c5ff81c15a80a4de65fda59f5bf65
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user