4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Titanium Mobile(Android)でActionBarをカスタマイズする

Last updated at Posted at 2013-05-18

1.ActionBarの素材を http://jgilfelt.github.io/android-actionbarstylegenerator/ で作る.名前は適当に付ける.(ここではmyappと付けたとします)

2.zipを解凍して,[プロジェクトのルートディレクトリ]/platform/以下にそのまま投げ込む

  1. 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に直書きしたらダメだった.もっと単純だった...

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?