Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Fab Size #155

Open
2 tasks done
sakshampruthi opened this issue Sep 4, 2020 · 1 comment
Open
2 tasks done

Custom Fab Size #155

sakshampruthi opened this issue Sep 4, 2020 · 1 comment

Comments

@sakshampruthi
Copy link

Step 1: Are you in the right place?

  • I have verified there are no duplicate active or recent bugs, questions, or requests
  • I have verified that I am using the latest version of the library.

Step 2: Describe your environment

  • Library version: 3.1.1
  • Android version: all

Step 3: Describe the problem:

Option to customize fab size is not available. There is a default padding around the fab and if a custom size if given to the speedDialView the view starts to get cut from the bottom and start

Steps to reproduce:

  1. Set attribute layout_width = "50dp"
  2. Set attribute layout_height = "50dp"

Observed Results:

  • The Fav view starts to cut from start and bottom

Expected Result:

  • The whole size of the view would reduce

Relevant Code:

    android:layout_width="50dp"
    android:layout_height="50dp"

image

@tomford92
Copy link

I would also like the fab to have no padding, its messing up my alignment with other buttons/fabs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants