Skip to content

Commit

Permalink
Use the darker gray color as a default for the disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
makovkastar committed Mar 14, 2015
1 parent 6e29ebb commit 14aaf10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private void init(Context context, AttributeSet attributeSet) {
mColorNormal = getColor(R.color.material_blue_500);
mColorPressed = getColor(R.color.material_blue_600);
mColorRipple = getColor(android.R.color.white);
mColorDisabled = getColor(android.R.color.white);
mColorDisabled = getColor(android.R.color.darker_gray);
mType = TYPE_NORMAL;
mShadow = true;
mScrollThreshold = getResources().getDimensionPixelOffset(R.dimen.fab_scroll_threshold);
Expand Down

0 comments on commit 14aaf10

Please sign in to comment.