|
|
@@ -64,7 +64,7 @@ public class ActionSheet extends Dialog implements View.OnClickListener {
|
|
|
buttonListenerMap.put(button,clickListener);
|
|
|
}
|
|
|
|
|
|
- button.setTitleColorForState(RAButton.RAButtonState.RAButtonStateHighlight,Color.RED);
|
|
|
+ button.setTitleColorForState(RAButton.RAButtonState.RAButtonStateHighlight,Color.GRAY);
|
|
|
button.setBackgroundDrawableForState(RAButton.RAButtonState.RAButtonStateNormal,mCtx.getResources().getDrawable(R.drawable.actionsheet_round_corner_normal_bg));
|
|
|
|
|
|
LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,dp2px(mCtx,50));
|