Disable overScrollMode entirely

This commit is contained in:
Kirill Kamakin
2021-11-21 20:38:05 +03:00
parent d36ebfe50c
commit 552d0d2f6c
3 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,6 @@
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_small"
app:layout_constraintEnd_toEndOf="parent"
android:overScrollMode="never"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ingredients_header"
tools:itemCount="3"
@@ -81,7 +80,6 @@
android:id="@+id/instructions_list"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:overScrollMode="never"
android:layout_margin="@dimen/margin_small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

View File

@@ -12,5 +12,6 @@
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
<item name="android:overScrollMode">never</item>
</style>
</resources>

View File

@@ -12,5 +12,6 @@
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
<item name="android:overScrollMode">never</item>
</style>
</resources>