add enum for different progress types
This commit is contained in:
parent
b9cec12097
commit
ba9b3a9cea
|
@ -8,6 +8,11 @@
|
|||
|
||||
namespace Material
|
||||
{
|
||||
enum ProgressType {
|
||||
DeterminateProgress,
|
||||
IndeterminateProgress
|
||||
};
|
||||
|
||||
enum AvatarType {
|
||||
ImageAvatar,
|
||||
IconAvatar,
|
||||
|
|
Loading…
Reference in New Issue