mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Indicator: Do not set typeface twice.
This commit is contained in:
parent
f713466468
commit
8f329f475c
@ -237,7 +237,6 @@ public class ConversationActivity extends SherlockActivity implements ServiceCon
|
|||||||
|
|
||||||
float fontSize = settings.getFontSize() * scaledDensity;
|
float fontSize = settings.getFontSize() * scaledDensity;
|
||||||
indicator.setTextSize(fontSize);
|
indicator.setTextSize(fontSize);
|
||||||
indicator.setTypeface(Typeface.MONOSPACE);
|
|
||||||
|
|
||||||
input.setTextSize(fontSize);
|
input.setTextSize(fontSize);
|
||||||
input.setTypeface(Typeface.MONOSPACE);
|
input.setTypeface(Typeface.MONOSPACE);
|
||||||
|
Loading…
Reference in New Issue
Block a user