mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-29 11:10:35 +02:00
colour action button foreground icon black
This commit is contained in:
@@ -243,6 +243,7 @@ public class GraphFragment extends Fragment implements FragmentUpdateListener {
|
||||
FloatingActionButton actionButton = new FloatingActionButton(getContext());
|
||||
|
||||
actionButton.setTag("actionButton" + measurementView.getName());
|
||||
actionButton.setColorFilter(Color.parseColor("#000000"));
|
||||
actionButton.setImageDrawable(measurementView.getIcon());
|
||||
actionButton.setClickable(true);
|
||||
actionButton.setSize(android.support.design.widget.FloatingActionButton.SIZE_MINI);
|
||||
|
Reference in New Issue
Block a user