Have you tried http://developer.android.com/reference/android/app/AlertDialog.html#setCustomTitle(android.view.View)
On Thursday, 6 September 2012 05:01:15 UTC+3, Shan Ul Haq wrote: > > I want to change the color of the blue line, I can change the color of the > title, color of the text, but i am not able to find a way to change the > color of the blue line. i have written following style. > > <style name=*"myAlertDialog"* parent=*"android:Theme.Holo.Dialog"*> >> <item name=*"android:windowBackground"*> >> @android:color/transparent</item> >> <item name=*"android:windowTitleStyle"*> >> @style/myAlertDialogTitleStyle</item> >> </style> >> <style name=*"myAlertDialogTitleStyle"*> >> <item name=*"android:maxLines"*>1</item> >> <item name=*"android:scrollHorizontally"*>true</item> >> <item name=*"android:textAppearance"*> >> @style/myAlertDialogTitleStyleTextAppearance</item> >> </style> >> <style name=*"myAlertDialogTitleStyleTextAppearance"*> >> <item name=*"android:textSize"*>22sp</item> >> <item name=*"android:textColor"*>#ffff8800</item> >> </style> > > > > On Thursday, 6 September 2012 01:36:52 UTC+8, MagouyaWare wrote: >> >> Change it how? >> >> Thanks, >> Justin Anderson >> MagouyaWare Developer >> http://sites.google.com/site/magouyaware >> >> >> On Wed, Sep 5, 2012 at 12:00 AM, Shan Ul Haq <[email protected]>wrote: >> >>> Hi, >>> >>> I cannot find any style property that changes the blue line under title >>> of the AlertDialog. can anyone please let me know how to do that ? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en >> >> >> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

