I’m using android Theme.Sherlock.NoActionBar on my application and it gets me a light theme. Is there any way to get a dark theme to my application?
<activity
android:name=".App"
android:label="@string/app_name"
android:configChanges="orientation|screenSize|screenLayout"
android:theme="@style/Theme.Sherlock.NoActionBar" >
Any help would be appreciated on this.
As I remember dark theme is default theme for actionbarsherlock, just use
or
if action bar is no need