Skip to content

Commit

Permalink
Setting icon color to default color in setupFontIconView
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahman-elkady committed Apr 12, 2015
1 parent 62bec39 commit 2f911e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private TextView setupFontIconView(){

if(mFontIcon!=null){
TextView fontIconView = new TextView(mContext);
fontIconView.setTextColor(mDefaultTextColor);
fontIconView.setTextColor(mDefaultIconColor);

LayoutParams iconTextViewParams = new LayoutParams(LayoutParams.MATCH_PARENT,LayoutParams.WRAP_CONTENT,1f);
iconTextViewParams.rightMargin = mIconPaddingRight;
Expand Down

0 comments on commit 2f911e1

Please sign in to comment.