diff options
author | ByteHamster <info@bytehamster.com> | 2020-05-25 10:28:14 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-05-25 10:28:14 +0200 |
commit | 6b89671b184dc3148fabb4b67d213f3e83c4ec73 (patch) | |
tree | a11e99b3bbd99c6c1f0dd671c0f9e3cfbe648a76 /app/src | |
parent | 3ee3ba3f6e770d03791fa3f0ed68e09778291437 (diff) | |
download | AntennaPod-6b89671b184dc3148fabb4b67d213f3e83c4ec73.zip |
Fixed new label
Diffstat (limited to 'app/src')
-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" |