Blame view

res/layout/activity_capture2.xml 1023 Bytes
3c2353cd   杜方   1、畅游通核销app源码提交;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  <?xml version="1.0" encoding="utf-8"?>
  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="fill_parent"
      android:layout_height="fill_parent"
      android:background="#ffffff" 
      android:orientation="vertical">
  
      <RelativeLayout
          android:layout_width="fill_parent"
          android:layout_height="fill_parent" >
  
          <SurfaceView
              android:id="@+id/preview_view"
              android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              android:layout_gravity="center" />
  
          <com.ectrip.cyt.zxing.view.ViewfinderView
              android:id="@+id/viewfinder_view"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content" />
  
          <include
              android:layout_width="fill_parent"
              android:layout_height="wrap_content"
              android:layout_alignParentTop="true"
              layout="@layout/app_top_title"  />
      </RelativeLayout>
  
  </LinearLayout>