Mar*_*cin 8 android android-alertdialog android-wear-2.0 wear-os
我知道在佩戴时显示对话框的推荐方法是使用 AlertDialog (https://developer.android.com/training/wearables/ui/),但默认情况下 AlertDialog 在圆形屏幕上看起来不太好。我知道我必须提供自定义布局(请参阅显示 Android Wear 样式 AlertDialog),但是我必须使用自定义颜色和图像(即可绘制/ic_tick)。
是否有适用于 Wear 的默认对话框布局,或者可能有更好的方法在 Wear OS 上使用 AlertDialog?