Hi Guys,

Now I'm developing Application using ZXing 1.7 library to scan barcode

but I have problem with layout on Nexus One, the viewfinder spill out
the screen, and when I tried to run on HTC wildfire, the scanner
layout is not in center of screen, How can I set the scanner rectangle
in the center of screen for both device? When I'm using intent
integrator, there is no problem with scanner layout, Any idea without
using intent integrator?



here is my code when I called the scanner

public void launchScanner(){

        Intent intent = new Intent("com.google.zxing.client.android.SCAN");
        startActivityForResult(intent, 0);

}

Thanks for your help

-wiem-

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to