We need a prototype for the statistics UI (StatisticsFragment used in MiscellaneousSection).
The UI is fairly simple, just needs a few elements/fragments created for it:
[ ] Button
[x] A statistics fragment, with icon and label, arranged like in the mockup
The statistics could be layed out using a grid view, preferably created programmatically to make it easier to add more stats. Other elements like the buttons and text can be pre-placed in the designer view, since they're static.
We need a prototype for the statistics UI (
StatisticsFragment
used inMiscellaneousSection
).The UI is fairly simple, just needs a few elements/fragments created for it:
The statistics could be layed out using a grid view, preferably created programmatically to make it easier to add more stats. Other elements like the buttons and text can be pre-placed in the designer view, since they're static.