Fixing Dialer crash after car-ui-provider cleanup

- Updating XML to use PagedListView from new import path. Crash only
  occurs when device is connected, not when there's no paired devices.

Test: Connected phone with Mojave and used Dialer
Bug: 33210228
Change-Id: Id7aaaf8756838f18483c8968ad31f8bb42b900e5
diff --git a/res/layout/paged_list.xml b/res/layout/paged_list.xml
index dbdef7e..f33b3b1 100644
--- a/res/layout/paged_list.xml
+++ b/res/layout/paged_list.xml
@@ -13,9 +13,8 @@
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
-<android.support.car.ui.PagedListView
+<com.android.car.view.PagedListView
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
     android:id="@+id/list_view"
     android:layout_width="match_parent"
     android:layout_height="match_parent"