Oops remove bar again
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 15 Jun 2010 22:08:02 +0000 (22:08 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 15 Jun 2010 22:08:02 +0000 (22:08 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1433 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/res/layout/capture.xml
android/res/values/colors.xml

index dc5a533..fd8ab7e 100755 (executable)
 
   </LinearLayout>
 
 
   </LinearLayout>
 
-  <LinearLayout android:layout_width="fill_parent"
-                android:layout_height="wrap_content"
-                android:orientation="horizontal"
-                android:background="@color/part_transparent"
-                android:layout_gravity="bottom"
-                android:gravity="center">
-
-    <TextView android:id="@+id/status_view"
-              android:layout_width="wrap_content"
-              android:layout_height="wrap_content"
-              android:text="@string/msg_default_status"
-              android:textColor="@color/status_text"
-              android:textSize="14sp"/>
-
-  </LinearLayout>
+  <TextView android:id="@+id/status_view"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="bottom|center_horizontal"
+            android:background="@color/transparent"
+            android:text="@string/msg_default_status"
+            android:textColor="@color/status_text"
+            android:textSize="14sp"/>
 
 </FrameLayout>
 
 </FrameLayout>
index e190e18..1872d5b 100755 (executable)
@@ -36,7 +36,6 @@
   <color name="status_view">#50000000</color>
   <color name="status_text">#ffffffff</color>
   <color name="transparent">#00000000</color>
   <color name="status_view">#50000000</color>
   <color name="status_text">#ffffffff</color>
   <color name="transparent">#00000000</color>
-  <color name="part_transparent">#7f000000</color>  
   <color name="viewfinder_frame">#ff000000</color>
   <color name="viewfinder_laser">#ffff0000</color>
   <color name="viewfinder_mask">#60000000</color>
   <color name="viewfinder_frame">#ff000000</color>
   <color name="viewfinder_laser">#ffff0000</color>
   <color name="viewfinder_mask">#60000000</color>