Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Viewing all articles
Browse latest Browse all 110

Android SDK - Setup ActionBar title and subtitle for newer Android versions

$
0
0
/** * Sets the Action Bar for new Android versions. */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) private void actionBarSetup() { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB ...

Viewing all articles
Browse latest Browse all 110

Trending Articles