From 31ac0a53224993e0415fcdf748c1a178c0e5676b Mon Sep 17 00:00:00 2001 From: Darrell <52300159+dev-darrell@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:55:32 +0100 Subject: [PATCH] Added Style for TextViews in Add Podcast screen (#4483) --- app/src/main/res/layout/addfeed.xml | 42 +++++------------------------ core/src/main/res/values/styles.xml | 10 +++++++ 2 files changed, 16 insertions(+), 36 deletions(-) diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml index b3d7aef72..32b4a85d4 100644 --- a/app/src/main/res/layout/addfeed.xml +++ b/app/src/main/res/layout/addfeed.xml @@ -90,84 +90,54 @@ android:id="@+id/btn_add_via_url" android:layout_width="match_parent" android:layout_height="wrap_content" - android:drawablePadding="8dp" app:drawableStartCompat="?attr/feed" app:drawableLeftCompat="?attr/feed" - android:paddingTop="8dp" - android:paddingBottom="8dp" - android:background="?android:attr/selectableItemBackground" - android:textColor="?android:attr/textColorPrimary" - android:clickable="true" + style="@style/AddPodcastTextView" android:text="@string/add_podcast_by_url"/> diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 73ecdb14e..92faa927a 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -306,4 +306,14 @@ + + +