diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index e7049ce35..e746bb0c3 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -20,8 +20,8 @@ version to be published. The next versionCode will be 7, regardless of whether t versionName is 2.31, 2.4, or 3.0. --> How to scan
  • About 1D barcodes
  • About 2D barcodes
  • -
  • How to use QR Codes to share information
  • +
  • How to create QR Codes
  • diff --git a/android/assets/html/sharing.html b/android/assets/html/sharing.html index 085f24232..fcbb6ba1d 100644 --- a/android/assets/html/sharing.html +++ b/android/assets/html/sharing.html @@ -1,7 +1,7 @@ -How to share - +How to create QR Codes +

    In addition to scanning 2D barcodes, Barcode Scanner can also @@ -9,7 +9,9 @@ scan the barcode with their phone:

    Scan from phone

    To use this feature, press the Menu button from the main scanning screen, and tap Share. Then - choose whether you want to share a contact, a bookmark, or the contents of the clipboard. A QR - Code will be generated automatically. When you're done, press Back or Home.

    + choose whether you want to share a contact, a bookmark, an application, or the contents of the + clipboard. A QR Code will be generated automatically. When you're done, press Back or Home.

    +

    To generate QR Codes from your computer, try the + ZXing QR Code Generator.

    - \ No newline at end of file + diff --git a/android/assets/html/style.css b/android/assets/html/style.css index 93f769ab7..3143e4d84 100644 --- a/android/assets/html/style.css +++ b/android/assets/html/style.css @@ -2,7 +2,7 @@ body { background-color: white; color: black; font-family: Arial sans-serif; - font-size: 14pt; + font-size: 12pt; } ul.touchable li { padding-top:8px; diff --git a/android/assets/html/whatsnew.html b/android/assets/html/whatsnew.html index a88c86f98..ec2d45895 100644 --- a/android/assets/html/whatsnew.html +++ b/android/assets/html/whatsnew.html @@ -6,12 +6,12 @@

    New in version 3.4: