diff options
author | Matias de Andrea <deandreamatias@gmail.com> | 2019-03-29 12:57:52 +0100 |
---|---|---|
committer | Matias de Andrea <deandreamatias@gmail.com> | 2019-03-29 12:57:52 +0100 |
commit | 09087b354db295804ce15d38e4488b57e86a15b2 (patch) | |
tree | 9064fea54461b7c8a83a06255d591a5bdacbbb44 /core/src/main/res/drawable | |
parent | 42cbdbd989143ac7ceb09ef3991324a0fd77e864 (diff) | |
download | AntennaPod-09087b354db295804ce15d38e4488b57e86a15b2.zip |
Fix #3040
- Change the size of the button circle background
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/overlay_button_circle_background.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/drawable/overlay_button_circle_background.xml b/core/src/main/res/drawable/overlay_button_circle_background.xml index 90c51472c..5b45ebb1c 100644 --- a/core/src/main/res/drawable/overlay_button_circle_background.xml +++ b/core/src/main/res/drawable/overlay_button_circle_background.xml @@ -4,7 +4,7 @@ android:shape="rectangle"> <gradient android:type="radial" - android:gradientRadius="60" + android:gradientRadius="70%p" android:startColor="#000000" android:endColor="@android:color/transparent"/> </shape>
\ No newline at end of file |