How to change the position of a progress dialog?

前端 未结 4 1178
星月不相逢
星月不相逢 2020-12-15 15:54

I\'m developing an android app and need to know how to change the positioning of a progress dialog. I need it to be positioned at the bottom of the screen instead of at the

4条回答
  •  时光说笑
    2020-12-15 16:25

    Adding android:gravity="bottom" to the outermost XML element in the layout might do it. Not sure if this moves the dialog or the contents of it.

提交回复
热议问题