aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/create_podcast.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/create_podcast.xml')
-rw-r--r--app/src/main/res/layout/create_podcast.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/create_podcast.xml b/app/src/main/res/layout/create_podcast.xml
index 5a2ec970..04e74ec3 100644
--- a/app/src/main/res/layout/create_podcast.xml
+++ b/app/src/main/res/layout/create_podcast.xml
@@ -14,7 +14,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:textSize="20dp"
- android:text="@string/select_podcasts.add_url"/>
+ android:text="@string/select_podcasts.add_url"
+ android:textColor="?android:textColorPrimary"/>
<EditText
android:id="@+id/create_podcast_url"
android:inputType="textUri"