timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Modify ActionBar's design to be nice #125

Closed timozattol closed 9 years ago

timozattol commented 9 years ago

Tried to make buttons touch each other, worked but was too hacky (and not so pretty). Then tried to use borderless buttons as mentioned here but could'nt get it to work (since we have no xml and everything has to be done in the code). If anyone knows how to set this through code... I tried to look it up and found nothing.

timozattol commented 9 years ago

Now at least buttons' width is 1/5 of the available width ( @Jokau can you tell me if now it's better with your screen ?) and there are nice icons (here @Jokau also can you tell me if you get something nice ? I kind of hardcoded padding and I'm not sure what it does with smaller / bigger screens)

Jokau commented 9 years ago

I can't test it today, I ll do it tomorrow. Also you should be able to test it with the emulator and change the device type.

timozattol commented 9 years ago

Right, didn't think of that, thanks !

timozattol commented 9 years ago

Ok so icons don't show on small devices, have to work on that

CedricCook commented 9 years ago

Can this be closed now?

timozattol commented 9 years ago

Not yet, didn't work on the icons relative size.

timozattol commented 9 years ago

@Jokau Now you can see the icons with your small-sized device :P Sorry for the time it took me