sarthakps / to-do

An Android app with added aesthetics and automation to help you organize and manage your daily routines and deadlines.
BSD 3-Clause "New" or "Revised" License
5 stars 9 forks source link

The color of the text in EditText of Rename List popup was black with grey background which was decreasing readability . So, I tried to put a little bit contrast, so we can read it easily! #13

Closed NileshKhimani1 closed 3 years ago

NileshKhimani1 commented 3 years ago

The color of the text in EditText of Rename List popup was black with a grey background which was decreasing readability. So, I tried to put a little bit of contrast, so we can read it easily! Screenshot (302)

sarthakps commented 3 years ago

Hi Nilesh, I appreciate the efforts but we also need to follow a uniform design practice in the app. All the alert dialogs are of a single color throughout the app. And so that can't be changed. The only thing that needs to be changed in this issue is the text's color. And regarding what color to choose, you may refer to other Alert Dialogs' EditTexts.

sarthakps commented 3 years ago

And also, the PR title needs to be as concise as possible. A possible title for this PR could be "fixed legibility/color of Rename List's EditText"