OneWhistle / whistle-xamarin

Whistle Xamarin project
0 stars 0 forks source link

Implement simple Dialogs. #20

Open talanta opened 10 years ago

talanta commented 10 years ago

This is a quick task. Once done we may focus on harder things. For the file name add a "dialog_" prefix, and use the same name provided in last screen update email.

image

rzee7 commented 10 years ago

I have created this one already. Name "AlertDialog". I made this one to keep generic for all. We'll change inside content as per click :)

Don't worry I'll finish it today itself.

talanta commented 10 years ago

Very smart, so maybe you thought already about that, but I suggest you to create a Fragment that will take (in constructor) as parameter : an Icon id, a Title, a description, and a button list Let me know if you have any issue.

talanta commented 10 years ago

Also implement it on the wrong_password screen as an example.

talanta commented 10 years ago

There might also be a quick logic about the colors: maybe you have have a list of preset "arrangements", and add also the choosen arrangement in the constructor paramter list

rzee7 commented 10 years ago

Fragment? We are using DialogFragment for modal popup right?