Sunday, 15 July 2012

android - How to fix the Default spinner theme style? -



android - How to fix the Default spinner theme style? -

i have made custom theme in order set window title bar because of default spinner using theme , getting disturbed. next theme style using window title bar:-

40dip @style/customwindowtitlebackground

</style> <style name="customwindowtitlebackground"> <item name="android:background">#5a7210</item> <item name="android:gravity">center</item> </style>

manifest

<uses-sdk android:minsdkversion="8" android:targetsdkversion="17" /> <application android:allowbackup="true" android:icon="@drawable/logok" android:label="@string/app_name" android:theme="@style/titlebartheme"> <activity android:name="com.bb2.kk.activity_login" > <intent-filter> <action android:name="android.intent.action.main" /> <category android:name="android.intent.category.launcher" /> </intent-filter> </activity> > <item name="android:background">#5a7210</item> <item name="android:gravity">center</item> </style>

i want know can utilize 2 or more theme in 1 project,if yes how can utilize default theme spinner apart custom theme in order prepare problem .

android user-interface android-manifest

No comments:

Post a Comment