0

I have designed a custom theme , because I wanted to change title background color. However while designing the theme, I have set android:parent="android:Theme.Light"

After doing this, I found out that properties of progressbar control, alertdialog, tabhost have changed like background color, height , width,etc.

It was working fine when I was not using the custom theme.

So my question is how to use the properties of android default theme while only changing the title background color.

Thanks,

NK-
  • 127
  • 2
  • 4
  • 5

1 Answers1

0

Once You have build the Theme for the Title you can use this Custom Theme in AndroidManifest.xml in ypur Activity Tag

like

android:theme="@style/customTheme" 
raghav chopra
  • 827
  • 3
  • 9
  • 25