Convert RecyclerView to ListView

- To make drawer dragment work with account switcher easier

Bug: 34062530

Test: quick sanity check

Change-Id: I653ec656cd423c413c2aaa23244776ce697a5904
diff --git a/res/layout/drawer_fragment.xml b/res/layout/drawer_fragment.xml
index eeb792e..907fb92 100644
--- a/res/layout/drawer_fragment.xml
+++ b/res/layout/drawer_fragment.xml
@@ -24,7 +24,7 @@
     android:layout_height="match_parent"
     android:fitsSystemWindows="true">
 
-    <android.support.v7.widget.RecyclerView
+    <ListView
         android:id="@+id/list"
         android:background="@color/navigation_drawer_background_color"
         android:layout_width="match_parent"