修改view的包路径
This commit is contained in:
parent
f6ecdc2cd6
commit
1a5186ff9b
|
@ -9,6 +9,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:src="@drawable/ic_launcher" />
|
||||
android:src="@drawable/ic_launcher"
|
||||
android:contentDescription="@string/app_name"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
|
@ -10,7 +10,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_gravity="center" />
|
||||
|
||||
<cn.com.hoonsoft.zxing.view.ViewfinderView
|
||||
<com.zftlive.android.zxing.view.ViewfinderView
|
||||
android:id="@+id/capture_viewfinder_view"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
|
|
Loading…
Reference in New Issue