diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-05-25 16:46:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 16:46:52 +0200 |
commit | 4b2aa3e8b0139932531ffbe35b4983d01008eaf5 (patch) | |
tree | 50e06b1873d079f1efb6b4ddc74a1e3d0e9cd420 /app/src/main | |
parent | e0d1f5d529aa01aaaa01eeeea1d9d36a79ed1536 (diff) | |
parent | 6b89671b184dc3148fabb4b67d213f3e83c4ec73 (diff) | |
download | AntennaPod-4b2aa3e8b0139932531ffbe35b4983d01008eaf5.zip |
Merge pull request #4192 from ByteHamster/fix-new-label
Fixed new label
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/feeditemlist_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml index 90062bbf6..c2bcced6f 100644 --- a/app/src/main/res/layout/feeditemlist_item.xml +++ b/app/src/main/res/layout/feeditemlist_item.xml @@ -91,7 +91,7 @@ android:gravity="center_vertical"> <TextView - android:text="@string/new_episodes_label" + android:text="@string/new_label" style="@style/AntennaPod.TextView.UnreadIndicator" android:layout_width="wrap_content" android:layout_height="wrap_content" |