Merge "Fix collapsing toolbar can't collapse problem" into tm-dev
diff --git a/res/layout/running_service_details.xml b/res/layout/running_service_details.xml
index 68ddb1c..d544704 100644
--- a/res/layout/running_service_details.xml
+++ b/res/layout/running_service_details.xml
@@ -16,7 +16,7 @@
** limitations under the License.
*/
-->
-<ScrollView
+<androidx.core.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -35,4 +35,4 @@
</LinearLayout>
-</ScrollView>
+</androidx.core.widget.NestedScrollView>