OSDN Git Service

Eleven: Add a lot of the styling/colors to the Eleven app
[android-x86/packages-apps-Eleven.git] / src / com / cyngn / eleven / ui / activities / HomeActivity.java
index cf11bc4..5ccf136 100644 (file)
@@ -52,7 +52,6 @@ public class HomeActivity extends BaseActivity {
 
     private SlidingUpPanelLayout mFirstPanel;
     private SlidingUpPanelLayout mSecondPanel;
-    private int mActionBarColor;
 
     /**
      * {@inheritDoc}
@@ -66,10 +65,6 @@ public class HomeActivity extends BaseActivity {
                     .replace(R.id.activity_base_content, new MusicBrowserPhoneFragment()).commit();
         }
 
-        // set the action bar background color to be the background theme color
-        mActionBarColor = getResources().getColor(R.color.header_action_bar_color);
-        getActionBar().setBackgroundDrawable(new ColorDrawable(mActionBarColor));
-
         setupFirstPanel();
         setupSecondPanel();