OSDN Git Service

Eleven: much material
[android-x86/packages-apps-Eleven.git] / src / com / cyanogenmod / eleven / ui / activities / SearchActivity.java
index 27ef14f..55b9bd7 100644 (file)
@@ -346,10 +346,6 @@ public class SearchActivity extends FragmentActivity implements
             // Start the loader for the search history
             getSupportLoaderManager().initLoader(HISTORY_LOADER, null, mSearchHistoryCallback);
         }
-
-        // set the background on the root view
-        getWindow().getDecorView().getRootView().setBackgroundColor(
-                getResources().getColor(R.color.background_color));
     }
 
     /**