I want to set up a proper style for my ProgressDialog. I like the default one but I want to customize it. I\'ve tried to use AppCompat dialogs but they all setup some we
According to this link:
Min_witdh_major is:
The platform's desired minimum size for a dialog's width when it is along the major axis (that is the screen is landscape). This may be either a fraction or a dimension.
And min_with_minor is:
The platform's desired minimum size for a dialog's width when it is along the minor axis (that is the screen is portrait). This may be either a fraction or a dimension.
In appcompat, this value is set as 65%.