fixed placing of the attr into nav_feedlistitem

This commit is contained in:
pachecosf 2019-01-22 21:37:11 -08:00
parent 4388c5a92f
commit 8cb4cb16a5
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:foreground="?attr/selectableItemBackground"
tools:background="@android:color/darker_gray">
<RelativeLayout

View File

@ -5,7 +5,9 @@
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:foreground="?attr/selectableItemBackground"
>
<ImageView
android:id="@+id/imgvCover"