commit | f8a5ab475ff9fa61e85744d91968aa1d0d0b5154 | [log] [tgz] |
---|---|---|
author | Wenyi Wang <wenyiw@google.com> | Wed May 25 16:04:13 2016 -0700 |
committer | Wenyi Wang <wenyiw@google.com> | Mon Jun 27 13:30:49 2016 -0700 |
tree | 34e66734d6b6d23453f4e9dbe9a93499e702429d | |
parent | 7e760f95aab82c2c9559ed264730b7cdd3af1e3d [diff] [blame] |
Indicate selected menu item state in drawer (1/2) Bug 28754805 Change-Id: Ie3aa9bab80266515b49ab33d75be4b188b7eb954
diff --git a/res/layout/contacts_drawer_activity.xml b/res/layout/contacts_drawer_activity.xml index 008d4f5..ad68e84 100644 --- a/res/layout/contacts_drawer_activity.xml +++ b/res/layout/contacts_drawer_activity.xml
@@ -57,6 +57,7 @@ android:layout_height="match_parent" android:layout_gravity="start" android:fitsSystemWindows="true" + app:itemBackground="@drawable/drawer_item_background" app:headerLayout="@layout/nav_header_main" app:menu="@menu/activity_main_drawer"/>