OSDN Git Service

CMFileManager: change warning drawables used in dialogs for visibility
[android-x86/packages-apps-CMFileManager.git] / src / com / cyanogenmod / filemanager / ui / dialogs / InputNameDialog.java
index a0aaa0a..0414050 100644 (file)
@@ -127,7 +127,8 @@ public class InputNameDialog
         theme.setTextColor(context, title, "text_color"); //$NON-NLS-1$
         theme.setTextColor(context, this.mMsg, "text_color"); //$NON-NLS-1$
         this.mMsg.setCompoundDrawablesWithIntrinsicBounds(
-                theme.getDrawable(this.mContext, "filesystem_warning_drawable"), //$NON-NLS-1$
+                theme.getDrawable(this.mContext,
+                        "filesystem_dialog_warning_drawable"), //$NON-NLS-1$
                 null, null, null);
 
         //Create the dialog