leinardi / leinardi/FloatingActionButtonSpeedDial
SpeedDialActionItem setter methods
Open
Nobody has claimed this yet.
Status: Stale
Type: Enhancement
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
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.0
- Android version: Oreo (8.1.0)
- Support library version:
? - Device brand: UMIDIGI
- Device model: One Max
Step 3: Describe the problem:
There are no setter Methods for SpeedDialActionItem
e.g.:
.getFabBackgroundColor()
exists but
.setFabBackgroundColor()
doesn't
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SpeedDialActionItem class and reviewing its existing getter methods, including getFabBackgroundColor(). Identify which public properties lack matching setters. Done means the requested setter methods are available consistently with the existing getters and the project’s applicable checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100