diff --git a/res/layout/manage_applications_running.xml b/res/layout/manage_applications_running.xml index 6a9d4e53d75..c8d6f92e881 100644 --- a/res/layout/manage_applications_running.xml +++ b/res/layout/manage_applications_running.xml @@ -14,14 +14,15 @@ limitations under the License. --> - + + android:layout_width="match_parent" + android:layout_height="match_parent" > diff --git a/res/layout/running_processes_item.xml b/res/layout/running_processes_item.xml index 6b8547a0dd2..427ef8e815b 100644 --- a/res/layout/running_processes_item.xml +++ b/res/layout/running_processes_item.xml @@ -31,5 +31,5 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_toStartOf="@id/widget_summary" - layout="@layout/preference_app"/> + layout="@layout/running_services_app_item"/> \ No newline at end of file diff --git a/res/layout/running_processes_view.xml b/res/layout/running_processes_view.xml index a1cc6abf1ad..4d96ea07965 100644 --- a/res/layout/running_processes_view.xml +++ b/res/layout/running_processes_view.xml @@ -33,6 +33,7 @@ android:paddingEnd="0dp" android:drawSelectorOnTop="false" android:scrollbarStyle="outsideOverlay" + android:nestedScrollingEnabled="true" android:fastScrollEnabled="true"/> + + + + + + + + + + + + + + + +