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