Skip to content

Adaptation of code originally by Josh Clemm, showing how to do custom-styled tabs in Android

License

Notifications You must be signed in to change notification settings

ldo/android-custom-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Android Tabs is a demo app that shows how to customize the
appearance of tab widgets in Android. The code was originally
written by Josh Clemm, and described here <http://joshclemm.com/blog/?p=136>.
It was cleaned up a bit by Lawrence D'Oliveiro <ldo@geek-central.gen.nz>,
who also added the display of un-customized tabs for comparison.

Contents:
    src/ -- Java sources for the Android app
    res/ -- resources for the Android app
    AndroidManifest.xml, build.xml, *.properties -- for driving
        Google's Android build tools (note that you will have to
        provide a couple more of these--see INSTALL for details)
    README -- this file
    INSTALL -- build/installation instructions
    LICENSE -- licence (Apache 2.0, same as Google's sample code)

About

Adaptation of code originally by Josh Clemm, showing how to do custom-styled tabs in Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages