NJACKWinterOfCode / Minimal_ToDo

A fully Material ToDo app with minimal features, just enough to be useful.
1 stars 6 forks source link

Add Prioirty to Todo #30

Open MahmoudMabrok opened 4 years ago

MahmoudMabrok commented 4 years ago

Describe the feature you'd like add Todo priority (low,medium,hight)

Screenshots color of Todo will reflect priority

Would you like to work on the issue?

rob729 commented 4 years ago

@MahmoudMabrok Go Ahead and work on this issue. There are some changes which I want to you make instead of what you suggested above:-

  1. Colors for priority: Low: Green Medium: Yellow High: Red
  2. Add the priority color to AvatarImageView in row layout.
  3. Change dimensions of AvatarImageView to 50 dp for both height and width.
  4. Change marginTop of task name from 10dp to 3dp.
rob729 commented 4 years ago

@MahmoudMabrok Are you working on this issue?

MahmoudMabrok commented 4 years ago

yes