diff options
Diffstat (limited to 'app/src/main/res/layout/nav_listitem.xml')
-rw-r--r-- | app/src/main/res/layout/nav_listitem.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/nav_listitem.xml b/app/src/main/res/layout/nav_listitem.xml index c140533e6..d60165d85 100644 --- a/app/src/main/res/layout/nav_listitem.xml +++ b/app/src/main/res/layout/nav_listitem.xml @@ -5,7 +5,8 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="@dimen/listitem_iconwithtext_height" - tools:background="@android:color/darker_gray"> + tools:background="@android:color/darker_gray" + android:background= "?attr/nav_drawer_list_selector"> <ImageView android:id="@+id/imgvCover" |