Ok then.

On Wednesday, 12 September 2012 04:15:38 UTC+3, Shan Ul Haq wrote:
>
> thats the point .. if i want to create my own view then i would'nt care 
> for customizing the AlertDialog theme. i will just create my own alert 
> dialog. I dont want to create my own view. i just want to change the blue 
> line of the current alert dialog. If Android Platform does not provides 
> this functionality and blue line is Hardcoded in the Alert dialog then they 
> should change it.
>
>
> On Thursday, 6 September 2012 15:14:58 UTC+8, Calin Perebiceanu wrote:
>>
>> 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

Reply via email to