We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb785a + 178d62c commit 660fe0fCopy full SHA for 660fe0f
app/src/main/java/lb/listviewvariants/utils/CircularContactView.java
@@ -78,7 +78,7 @@ else if(mText!=null)
78
{
79
mTextView.setText(mText);
80
mTextView.setBackgroundDrawable(roundedBackgroundDrawable);
81
- mTextView.setTextSize(viewHeight/4);
+ mTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, viewHeight / 2);
82
}
83
else if(mBitmap!=null)
84
0 commit comments