Merge "Remove nested scrolling" into rvc-dev am: 4a1f517585 am: ed92f8425d am: 411f8fc4f9 am: 6c090cbd38

Change-Id: I1b269fba73b19b54b4f3d1f2296664b119a50aff
This commit is contained in:
Automerger Merge Worker
2020-03-13 00:50:37 +00:00

View File

@@ -82,10 +82,8 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/notification_list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:clipChildren="true"
settings:layout_constraintHeight_max="300dp"
settings:layout_constrainedHeight="true"
settings:fastScrollEnabled="true"
settings:fastScrollHorizontalThumbDrawable="@drawable/thumb_drawable"
settings:fastScrollHorizontalTrackDrawable="@drawable/line_drawable"