diff options
author | cyBerta <cyberta@riseup.net> | 2023-08-07 01:55:36 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-08-07 01:55:36 +0200 |
commit | 93b7a453484535efb037e11e3cd457efe2b66dc8 (patch) | |
tree | 921a8acddcc271bc7ca139a62653888c2489545b /app/src/main/res/values-sw600dp | |
parent | f9faf01dc0f847e51faafbe9b4b5082719cbf3cb (diff) |
fix button sizes for tablet layouts
Diffstat (limited to 'app/src/main/res/values-sw600dp')
-rw-r--r-- | app/src/main/res/values-sw600dp/dimens.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values-sw600dp/dimens.xml b/app/src/main/res/values-sw600dp/dimens.xml index db6e94ea..fb8e7ded 100644 --- a/app/src/main/res/values-sw600dp/dimens.xml +++ b/app/src/main/res/values-sw600dp/dimens.xml @@ -15,4 +15,5 @@ <dimen name="mainbutton_padding">32dp</dimen> <dimen name="donation_reminder_padding">24dp</dimen> + <dimen name="setup_bottom_bar">75dp</dimen> </resources>
\ No newline at end of file |