Fix keyboard navigation in drawer

- by replacing OnClickListener with OnItemClickListener
- Also remove the ripples on dividers and spacers.

Bug: 34343480

Test: verified keyboard navigation works well in drawer; and verified
      drawer works the same as before w/o a keyboard.

Change-Id: I277e0171474f1570b7d987ff5586d3c7ab931196
diff --git a/res/layout/drawer_horizontal_divider.xml b/res/layout/drawer_horizontal_divider.xml
index ca096fa..6e77ed8 100644
--- a/res/layout/drawer_horizontal_divider.xml
+++ b/res/layout/drawer_horizontal_divider.xml
@@ -19,6 +19,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="16dp"
+    android:background="@color/navigation_drawer_background_color"
     android:importantForAccessibility="no">
 
     <View