Skip to content

Example Action fading like bar with the google play and other applications. Exemplo de fading Action bar parecido com o do google play e outros aplicativos.

Notifications You must be signed in to change notification settings

pretodev/FadingActionBar

Repository files navigation

FadindActionBar

Simple example of fading like Action bar with the Field Trip, and other applications.

How to use

Modify your style.xml with:

<resources>
    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="windowActionBarOverlay">true</item>
        <item name="android:windowContentOverlay">@null</item>
    </style>
</resources>

Add to FadingScrollView.java class to your project and use the code in xml layout:

<view xmlns:android="http://schemas.android.com/apk/res/android"
    class="com.example.sapps.fadingactionbarexample.FadingScrollView"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    ...
</view>

About

Example Action fading like bar with the google play and other applications. Exemplo de fading Action bar parecido com o do google play e outros aplicativos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages