1.ActionBarの素材を http://jgilfelt.github.io/android-actionbarstylegenerator/ で作る.名前は適当に付ける.(ここではmyappと付けたとします)
2.zipを解凍して,[プロジェクトのルートディレクトリ]/platform/以下にそのまま投げ込む
- tiapp.xmlのandroid manifestのところで以下のように指定.
<android xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>16</tool-api-level>
<manifest>
<application android:theme="@android:style/Theme.Myapp"></application>
</manifest>
</android>
4.プロジェクトをクリーンして再ビルド
AndroidManifest.xmlに直書きしたらダメだった.もっと単純だった...