summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_feedlistitem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/nav_feedlistitem.xml')
-rw-r--r--app/src/main/res/layout/nav_feedlistitem.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/layout/nav_feedlistitem.xml b/app/src/main/res/layout/nav_feedlistitem.xml
index 4a7cb17de..e942d1b08 100644
--- a/app/src/main/res/layout/nav_feedlistitem.xml
+++ b/app/src/main/res/layout/nav_feedlistitem.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="@dimen/listitem_iconwithtext_height">
+ android:layout_height="@dimen/listitem_iconwithtext_height"
+ tools:background="@android:color/darker_gray">
<ImageView
@@ -18,7 +20,9 @@
android:scaleType="fitXY"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
- android:layout_marginLeft="@dimen/listitem_icon_leftpadding"/>
+ android:layout_marginLeft="@dimen/listitem_icon_leftpadding"
+ tools:src="@drawable/ic_stat_antenna_default"
+ tools:background="@android:color/holo_green_dark"/>
<TextView
@@ -36,5 +40,7 @@
android:layout_marginBottom="@dimen/listitem_iconwithtext_textverticalpadding"
android:layout_marginRight="@dimen/listitem_icon_rightpadding"
android:layout_toRightOf="@id/imgvCover"
+ tools:text="Navigation feed item title"
+ tools:background="@android:color/holo_green_dark"
/>
</RelativeLayout> \ No newline at end of file