[問題] TitleBar放入Button怎麼設定位置

看板AndroidDev作者 (ki)時間13年前 (2011/05/03 21:34), 編輯推噓2(202)
留言4則, 3人參與, 最新討論串1/1
問題: 我是新手,在嘗試自己設計標題欄,但是我新增Button進去以後卻沒辦法移動他的位置 (我想把它移動到右上角) 新增的做法是在layout裡面新增一個xml,裡面有LinearLayout,Button夾在裡面,但 我不知道怎麼移動他的位置,試過如果用AbsoluteLayout可以移動,但是Button就顯 視不出來了 另外還有一個問題,TitleBar可以設成半透明的樣子嗎? 不好意思才疏學淺請會的人幫忙一下囉 程式碼: (請多利用置底文網站) <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:id="@+id/linearLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/test" xmlns:android="" rel="nofollow">http://schemas.android.com/apk/res/android"> <ImageButton android:layout_height="30px" android:layout_gravity="right" android:id="@+id/imageButton1" android:src="@drawable/home" android:background="#00000000" android:layout_width="30px"></ImageButton> </LinearLayout> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 60.244.116.125

05/03 21:39, , 1F
LinearLayout改成FrameLayout應該就會動了
05/03 21:39, 1F

05/03 21:39, , 2F
有空請看一下Developer上的Hello Views
05/03 21:39, 2F

05/05 07:04, , 3F
喔喔謝謝你我了解囉
05/05 07:04, 3F

05/12 18:22, , 4F
eclipse的話 可以用ctrl+shif +O 會自動幫你import缺的東西
05/12 18:22, 4F
文章代碼(AID): #1Dm0Hqn4 (AndroidDev)
文章代碼(AID): #1Dm0Hqn4 (AndroidDev)