]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/DictionaryManagerActivity.java
More flags, french translations.
[Dictionary.git] / src / com / hughes / android / dictionary / DictionaryManagerActivity.java
index c81269d313afa73ce5591d01c5ec895621f421bb..1649144492e768c5a756ca97465053ce59c90bf0 100644 (file)
@@ -178,6 +178,8 @@ public class DictionaryManagerActivity extends SherlockListActivity {
 
     @Override
     public void onCreate(Bundle savedInstanceState) {
+        // This must be first, otherwise the actiona bar doesn't get
+        // styled properly.
         setTheme(((DictionaryApplication) getApplication()).getSelectedTheme().themeId);
 
         super.onCreate(savedInstanceState);