zxing/android/assets/html-en/whatsnew.html
srowen@gmail.com 2220400644 Whats new in 4.4
git-svn-id: https://zxing.googlecode.com/svn/trunk@2831 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-06-25 22:21:18 +00:00

18 lines
559 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title>What's new in Barcode Scanner</title>
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<p>New in version 4.4:</p>
<ul>
<li>Android 2.3.3 or later is required now.</li>
<li>The Holo theme is enabled on Android 3 and later.</li>
<li>The barcode scanning rectangle has been enlarged slightly on some devices.</li>
<li>The chosen preview size has changed on some devices, in order to accommodate the space taken by the soft navigation bar.</li>
</ul>
</body>
</html>