According to JakeWharton/ActionBarSherlock#892, all .Dialog themes are removed in the latest version of ABS. Is it possible to replace the use of Theme.Sherlock.Light.Dialog?
From AndroidManifest.xml, line 65:
android:theme="@style/Theme.Sherlock.Light.Dialog"
Not sure how to replace it, yet.
According to JakeWharton/ActionBarSherlock#892, all .Dialog themes are removed in the latest version of ABS. Is it possible to replace the use of Theme.Sherlock.Light.Dialog?
From AndroidManifest.xml, line 65:
android:theme="@style/Theme.Sherlock.Light.Dialog"
Not sure how to replace it, yet.