Created
April 17, 2013 16:03
-
-
Save christoff/5405497 to your computer and use it in GitHub Desktop.
ActionBarSherlock 4.3 Syntax Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[4/16/13 12:10:36 PM] Description Resource Path Location Type | |
error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.Sherlock.Dialog'). AndroidManifest.xml /HDWidgets line 290 Android AAPT Problem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<activity | |
android:name=".activities.weather.DialogLocationSearch" | |
android:excludeFromRecents="true" | |
android:theme="@style/Theme.Sherlock.Dialog" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment