作者vivi50218 (vivi)
看板AndroidDev
标题[问题] 介面上 button的问题
时间Fri Oct 14 15:19:03 2011
我正在实作拍完照能直接用蓝芽传照片的程式
利用的是书上的拍照范例跟Bluetoothchat,目前2个都已经改好
但是整合发生某些问题,就是原本在萤幕上右下的button跑到上面去了
而且还有黑色的一条,有嚐试过要拉到下面但是没办法
http://ppt.cc/!Bc; ←这是正确的版本
http://ppt.cc/eWPX ←但是我是这样
蓝芽的程式原本就是没画面的,应该不会影响 只有在按meun时会跑出选单而已
请问该如何解。
付上main.xml程式码
<LinearLayout xmlns:android="
http://schemas.android.com/apk/res/android"
android:layout_height="match_parent" android:orientation="vertical"
android:layout_width="match_parent">
<SurfaceView
android:id="@+id/mSurfaceView"
android:visibility="visible"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="center_horizontal"
/>
<Button
android:id="@+id/myButton"
android:layout_width="80px"
android:layout_height="80px"
android:textSize="18sp"
android:text="@string/str_take_picture"
/>
<ListView android:id="@+id/in"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"
android:layout_weight="1"
/>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
</LinearLayout>
</LinearLayout>
--
※ 发信站 :批踢踢实业坊(ptt.cc)
◆ From: 111.254.114.11
※ 编辑: vivi50218 来自: 111.254.114.11 (10/14 15:54)
1F:→ vivi50218:以自行解决.. 10/14 16:44
2F:→ vivi50218:已 10/14 16:44