diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-25 23:45:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 23:45:09 +0100 |
commit | 130da46f5d9c598ca76f4f2127c08bb4ef225b34 (patch) | |
tree | 39007501eeecf0dd188d6f4fa57cd3c6dac6e4b0 /ui/common | |
parent | 160089d3fffeb788464e23b36bc476a3e0cde183 (diff) | |
download | AntennaPod-130da46f5d9c598ca76f4f2127c08bb4ef225b34.zip |
Move widget setup code to widget module (#6996)
Diffstat (limited to 'ui/common')
-rw-r--r-- | ui/common/src/main/res/values/dimens.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/common/src/main/res/values/dimens.xml b/ui/common/src/main/res/values/dimens.xml index 68d0e59ab..5cfcd68b6 100644 --- a/ui/common/src/main/res/values/dimens.xml +++ b/ui/common/src/main/res/values/dimens.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <dimen name="widget_margin">0dp</dimen> - <dimen name="widget_inner_radius">4dp</dimen> <dimen name="external_player_height">64dp</dimen> <dimen name="text_size_micro">12sp</dimen> <dimen name="text_size_small">14sp</dimen> |