Aandroi:在camerapreview上显示文本

时间:2014-03-15 19:12:27

标签: android eclipse textbox android-camera overlay

我试图在相机预览上显示文字。现在我有一个全屏相机预览,我只是不能让文字超越它。

<LinearLayout 

   xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:baselineAligned="false"
   android:orientation="horizontal" >

   <FrameLayout
       android:id="@+id/camera_preview"
       android:layout_width="0dp"
       android:layout_height="fill_parent"
       android:layout_weight="1"
       tools:ignore="UselessParent" >

   </FrameLayout>
</LinearLayout>enter code here

1 个答案:

答案 0 :(得分:1)

您是否尝试过RelativeLayout而不是LinearLayout?所以你可以自由地放置物品&#34;在彼此之上