Androidでアプリの開発をしていきます。まだ初心者。。。 JavaはOJC-Pを取得しました。 無事Androidの資格もGETです
× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。 前回に引き続き、オリジナルバーの作成です。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
↓タイトルバーのレイアウトを設定
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
↓タイトルバーの内部レイアウトを設定
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:background="#666666"
android:gravity="center|right"
android:orientation="horizontal" >
↓タイトルバーの部品(テキスト)
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingBottom="5dip"
android:paddingLeft="10dip"
android:paddingRight="85dip"
android:paddingTop="5dip"
android:text="Title"
android:textColor="#F7F7F7"
android:textSize="15sp"
android:textStyle="bold" />
↓タイトルバーの部品(イメージボタン)
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#FFFFFF"
android:src="@drawable/add" />
<ImageButton
android:id="@+id/imageButton2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#FFFFFF"
android:src="@drawable/delete" />
</LinearLayout>
出来上がったのが、上記。 まあ、シンプルですが、これを代用すればなかなかにいろいろ作れるんではないでしょうか? うーん。まだまだ PR
Post your Comment
|
カレンダー
最新CM
最新記事
(05/16)
(05/15)
(05/07)
(05/03)
(04/04)
プロフィール
HN:
Hideaki
性別:
非公開
自己紹介:
ブログ内検索
ブック検索
訪問者数
|