Update UiUtilities.java
This commit is contained in:
parent
3c6b065f50
commit
2cdb8953f6
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ public class UiUtilities {
|
||||||
endButtonContainer.setBackground(endButtonRoundedCorner);
|
endButtonContainer.setBackground(endButtonRoundedCorner);
|
||||||
endButtonText.setTextColor(activeColor);
|
endButtonText.setTextColor(activeColor);
|
||||||
} else {
|
} else {
|
||||||
endButtonRoundedCorner.setStroke(AndroidUtils.dpToPx(app, 1), UiUtilities.getColorWithAlpha(inActiveColor, 0.5f));
|
endButtonRoundedCorner.setColor(UiUtilities.getColorWithAlpha(activeColor, 0.1f));
|
||||||
centerButtonContainer.setBackgroundDrawable(endButtonRoundedCorner);
|
centerButtonContainer.setBackgroundDrawable(endButtonRoundedCorner);
|
||||||
centerButtonText.setTextColor(textColor);
|
centerButtonText.setTextColor(textColor);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue