Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages