summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorNils Rothaug <48482306+nproth@users.noreply.github.com>2022-04-09 11:54:18 +0200
committerGitHub <noreply@github.com>2022-04-09 11:54:18 +0200
commite7f23ad1c2eeac91132e03db4a213616a44483a1 (patch)
tree3ed6e59b497bca57fff170711632b0ef46e4e1ed /core/src/main/res
parent0c26eb6c04e41b6a61d0bd31ede237b5e635e0db (diff)
downloadAntennaPod-e7f23ad1c2eeac91132e03db4a213616a44483a1.zip
Show on-demand configuration popup for stream vs download only once (#5818)
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/layout/popup_bubble_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/layout/popup_bubble_view.xml b/core/src/main/res/layout/popup_bubble_view.xml
index cc93bec72..7dee08eb5 100644
--- a/core/src/main/res/layout/popup_bubble_view.xml
+++ b/core/src/main/res/layout/popup_bubble_view.xml
@@ -23,7 +23,7 @@
<Button
android:id="@+id/balloon_button_negative"
android:layout_width="wrap_content"
- android:layout_height="36dp"
+ android:layout_height="wrap_content"
android:textColor="?attr/colorOnSecondary"
android:text="@string/no"
style="@style/Widget.MaterialComponents.Button.TextButton" />
@@ -31,7 +31,7 @@
<Button
android:id="@+id/balloon_button_positive"
android:layout_width="wrap_content"
- android:layout_height="36dp"
+ android:layout_height="wrap_content"
android:textColor="?attr/colorOnSecondary"
android:text="@string/yes"
style="@style/Widget.MaterialComponents.Button.TextButton" />