mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Remove unused transparent viewfinder background which apparently can cause problems on some devices
git-svn-id: https://zxing.googlecode.com/svn/trunk@2395 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
f309b56557
commit
fc6af9de77
|
@ -25,8 +25,7 @@
|
|||
<com.google.zxing.client.android.ViewfinderView
|
||||
android:id="@+id/viewfinder_view"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@color/transparent"/>
|
||||
android:layout_height="fill_parent"/>
|
||||
|
||||
<LinearLayout android:id="@+id/result_view"
|
||||
android:orientation="vertical"
|
||||
|
|
Loading…
Reference in a new issue