Skip to content

Added input text size option to the settings #1231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Added input text size option to the settings #1231

wants to merge 1 commit into from

Conversation

AlgMi
Copy link

@AlgMi AlgMi commented Jul 18, 2015

This messenger is one of the best i've used. The only thing I don't like about it is that i am not able to change input message size. The default size is too big for me (I don't know why but it just annoys me) so I decided to add an option in the settings menu to change input text size the same way as you would change output messages text size.

@IgnasD
Copy link

IgnasD commented Jul 18, 2015

👍

@AlgMi AlgMi changed the title Added input text size option to settings Jul 20, 2015
@@ -99,6 +99,7 @@

public boolean enableJoined = true;
public int fontSize = AndroidUtilities.dp(16);
public int inputFontSize = AndroidUtilities.dp(18);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid copy paste magic numbers - declare const for default font size int

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants