Skip to content

Instantly share code, notes, and snippets.

View DianthuDia's full-sized avatar
🐍

TAKAHASHI Kazuaki DianthuDia

🐍
View GitHub Profile
@DianthuDia
DianthuDia / ActionBarView.js
Created November 12, 2012 16:46 — forked from Mode54/ActionBarView.js
Action Bar Module for Titanium Mobile
/*
* Android API Guide
* http://developer.android.com/guide/topics/ui/actionbar.html
* Android Design Guide
* http://developer.android.com/design/patterns/actionbar.html
* Titanium Mobile will support someday
* https://jira.appcelerator.org/browse/TIMOB-2371
*/
var osName = Ti.Platform.osname,
isAndroid = osName==='android',