14
Cách thay đổi chủ đề cho AlertDialog
Tôi đã tự hỏi nếu ai đó có thể giúp tôi ra. Tôi đang cố gắng tạo một AlertDialog tùy chỉnh. Để thực hiện điều này, tôi đã thêm dòng mã sau vào tệp style.xml <resources> <style name="CustomAlertDialog" parent="android:Theme.Dialog.Alert"> <item name="android:windowBackground">@drawable/color_panel_background</item> </style> </resources> color_panel_background.9.png nằm trong thư mục drawable. Điều …