Fully custom dialog in Android with the same look regardless device

后端 未结 4 1583
离开以前
离开以前 2020-12-19 18:49

I have to build a dialog that looks exactly the same across different devices regardless of the OS theme. At the moment, I created an AlertDialog and I call

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-19 18:56

    For doing custom dialog look at the tutorial it is great http://developer.android.com/guide/topics/ui/dialogs.html about the borders see here http://developer.android.com/guide/topics/ui/dialogs.html you may also make use of this It have some great Ideas

提交回复
热议问题