Merge "Implemented nested scrolling parent in TextReadingPreviewPager" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a5e48292a7
@@ -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