[問題] TitleBar放入Button怎麼設定位置
問題:
我是新手,在嘗試自己設計標題欄,但是我新增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
05/03 21:39, 1F
→
05/03 21:39, , 2F
05/03 21:39, 2F
→
05/05 07:04, , 3F
05/05 07:04, 3F
推
05/12 18:22, , 4F
05/12 18:22, 4F
AndroidDev 近期熱門文章
PTT數位生活區 即時熱門文章