summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/itunes_podcast_listitem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/itunes_podcast_listitem.xml')
-rw-r--r--app/src/main/res/layout/itunes_podcast_listitem.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/itunes_podcast_listitem.xml b/app/src/main/res/layout/itunes_podcast_listitem.xml
index b2411c5df..d2472b0de 100644
--- a/app/src/main/res/layout/itunes_podcast_listitem.xml
+++ b/app/src/main/res/layout/itunes_podcast_listitem.xml
@@ -45,7 +45,7 @@
tools:text="Podcast title" />
<TextView
- android:id="@+id/txtvUrl"
+ android:id="@+id/txtvAuthor"
style="android:style/TextAppearance.Small"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -53,7 +53,7 @@
android:textColor="?android:attr/textColorSecondary"
android:ellipsize="middle"
android:maxLines="2"
- tools:text="http://www.example.com/feed"
+ tools:text="author"
tools:background="@android:color/holo_green_dark"/>
</LinearLayout>