fixed placing of the attr into nav_feedlistitem
This commit is contained in:
parent
4388c5a92f
commit
8cb4cb16a5
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue