Hi All,
Am trying to use a theme to my screen as below.
  <style name="MyTheme" parent="android:Theme.Light">
        <item name="android:windowNoTitle">false</item>
        <item name="android:windowTitleStyle">@style/header_style</
item>
     </style>

In custom header style(Which is applied to the window title style) am
trying to use, <item name="android:gravity">center</item> so that the
header text will appear in between the Header area. This is not
working ..I have tried  <item name="android:layout_gravity">center</
item> as well,, but no luck so far..

Could anybody please help me on this item?

Thanks.

Regards,

-- 
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