[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809
srowen
srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:32:03 UTC 2010
The following commit has been merged in the upstream branch:
commit de13ab96879bbd1070709712f39c1f54e75f7d0e
Author: srowen <srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date: Tue Jun 15 13:13:27 2010 +0000
Fix a formatting problem on smaller device
git-svn-id: http://zxing.googlecode.com/svn/trunk@1427 59b500cc-1b3d-0410-9834-0bbf25fbcc57
diff --git a/android/res/layout-land/share.xml b/android/res/layout-land/share.xml
index 5aefb29..9e3f847 100755
--- a/android/res/layout-land/share.xml
+++ b/android/res/layout-land/share.xml
@@ -41,13 +41,13 @@
<ImageView
android:layout_width="0dip"
android:layout_height="fill_parent"
- android:layout_weight="3"
+ android:layout_weight="2"
android:scaleType="center"
android:src="@drawable/share_via_barcode"
android:paddingRight="32dip"/>
<LinearLayout
- android:layout_width="wrap_content"
+ android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
android:orientation="vertical">
@@ -67,7 +67,7 @@
</LinearLayout>
<LinearLayout
- android:layout_width="wrap_content"
+ android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="1"
android:orientation="vertical">
--
Multi-format 1D/2D barcode image processing library
More information about the Pkg-google-commits
mailing list