半透明dialog
layout
android:background="#80000000"
style
<style name="LodingDialog" parent="Theme.AppCompat.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
</style>
new dialog
AlertDialog dialog =
new AlertDialog.Builder(this, R.style.LodingDialog).create();
留言
張貼留言