add enum for different progress types

This commit is contained in:
laserpants 2016-06-19 12:17:10 +03:00
parent b9cec12097
commit ba9b3a9cea
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
namespace Material
{
enum ProgressType {
DeterminateProgress,
IndeterminateProgress
};
enum AvatarType {
ImageAvatar,
IconAvatar,