summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Tam <149837+tonytamsf@users.noreply.github.com>2020-11-26 09:19:10 -0800
committerGitHub <noreply@github.com>2020-11-26 18:19:10 +0100
commitb05bc72ee0f148006b21677b95cf82a8f4751035 (patch)
treee8e02fa6a99fc5b229f365c878d7b82a51550d7c
parent28f72aa58697e07b3e12d940e8c58d463d845df8 (diff)
downloadAntennaPod-b05bc72ee0f148006b21677b95cf82a8f4751035.zip
Change button size to 48dp (#4705)
-rw-r--r--app/src/main/res/layout/quick_feed_discovery.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/quick_feed_discovery.xml b/app/src/main/res/layout/quick_feed_discovery.xml
index 48809483c..dd720afed 100644
--- a/app/src/main/res/layout/quick_feed_discovery.xml
+++ b/app/src/main/res/layout/quick_feed_discovery.xml
@@ -23,7 +23,7 @@
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:minHeight="0dp"
+ android:minHeight="48dp"
android:minWidth="0dp"
android:text="@string/discover_more"
style="@style/Widget.MaterialComponents.Button.TextButton"