The overscroll glow color inherits the primary color value set by android:colorPrimary
in your entire app. But If you need to specify different value simply use android:colorEdgeEffect
(only available for API 21 and above).
<style name="MyAppTheme" parent="...">
<item name="android:colorEdgeEffect">@color/my_color</item>
</style>
Related Contents:
- This Activity already has an action bar supplied by the window decor
- appcompat-v7:21.0.0′: No resource found that matches the given name: attr ‘android:actionModeShareDrawable’
- Material effect on button with background color
- Ripple effect on Android Lollipop CardView
- Manifest merger failed : uses-sdk:minSdkVersion 14
- Action bar navigation modes are deprecated in Android L
- INSTALL_FAILED_DUPLICATE_PERMISSION… C2D_MESSAGE
- “You cannot install this app because another user has already installed an incompatible version on this device”
- Toolbar and Contextual ActionBar with AppCompat-v7
- Understanding RecyclerView setHasFixedSize
- No shadow by default on Toolbar?
- Change the background color of CardView programmatically
- Lollipop : draw behind statusBar with its color set to transparent
- CardView not showing Shadow in Android L
- How can I modify ripple color when using ?attr/selectableItemBackground as background?
- Creating a Preference Screen with support (v21) Toolbar
- Android Studio – Lollipop, ADB, & Genymotion issues: Devices won’t show up. “adb server is out of date. killing…” [duplicate]
- How to change status bar color to match app in Lollipop? [Android]
- How can incoming calls be answered programmatically in Android 5.0 (Lollipop)?
- How to import RecyclerView for Android L-preview
- Changing notification icon background on Lollipop
- DexIndexOverflowException issue after updating to latest appcompat and support library
- Android 5.0 android:elevation Works for View, but not Button?
- Android FAB plus sign not present on android drawable
- Can I set FLAG_LAYOUT_NO_LIMITS only for status bar?
- Lollipop AppCompat-v7 21 – Attribute “theme” has already been defined
- Android 5.0: how to change recent apps title color?
- How to change system navigation bar color
- How to remove border/shadow from lollipop buttons
- RecyclerView header and footer
- Endless RecyclerView with ProgressBar for pagination
- Using android.support.v7.widget.CardView in my project (Eclipse)
- notifyDataSetChanged not working on RecyclerView
- Android – footer scrolls off screen when used in CoordinatorLayout
- Listview selector with colored background and ripple effect
- Android : Control Smooth scroll over recycler view
- Heads-up Notification – Android Lollipop
- How to implement first launch tutorial like Android Lollipop apps: Like Sheets, Slides app?
- How big should Action Bar(Toolbar) icons be in the new Android Material design?
- getRunningTasks doesn’t work in Android L
- How to record screen and take screenshots, using Android API?
- Android L’s Ripple Effect – Touch Feedback for Buttons – Using XML
- Crash in Activity Transitions with SharedElement
- The project target (Android L (Preview)) was not properly loaded
- Android Lollipop, add popup menu from title in toolbar
- SQLite Database gives warning automatic index on (column) After upgrading Android L
- How do I place spinner below the spinner layout when it is clicked and show spinner item in lollipop and above?
- Camera preview image data processing with Android L and Camera2 API
- Android – “Parsing Data for android-21 failed”
- AppCompat v7 Toolbar onOptionsItemSelected not called