Reverted all edgeglows.
This commit is contained in:
parent
a005f27a65
commit
210da12126
1 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ import com.afollestad.materialcab.MaterialCab;
|
|||
import com.bumptech.glide.Glide;
|
||||
import com.kabouzeid.appthemehelper.ThemeStore;
|
||||
import com.kabouzeid.appthemehelper.util.ATHUtil;
|
||||
import com.kabouzeid.appthemehelper.util.EdgeGlowUtil;
|
||||
import com.kabouzeid.appthemehelper.util.NavigationViewUtil;
|
||||
import com.kabouzeid.appthemehelper.util.TabLayoutUtil;
|
||||
import com.kabouzeid.appthemehelper.util.ToolbarContentTintHelper;
|
||||
|
|
@ -158,7 +157,6 @@ public class MainActivity extends AbsSlidingMusicPanelActivity
|
|||
}
|
||||
|
||||
private void setUpViewPager() {
|
||||
EdgeGlowUtil.setEdgeGlowColor(pager, ThemeStore.primaryColor(this));
|
||||
pagerAdapter = new PagerAdapter(this, getSupportFragmentManager());
|
||||
pager.setAdapter(pagerAdapter);
|
||||
pager.setOffscreenPageLimit(pagerAdapter.getCount() - 1); // => all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue