... and put back status text, in a simplified form?
[zxing.git] / android / res / layout / capture.xml
index 90818ae..2073812 100755 (executable)
 
   </LinearLayout>
 
+  <TextView android:id="@+id/status_view"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="bottom|center_horizontal"
+            android:text="@string/msg_default_status"
+            android:background="@color/transparent"
+            android:textColor="@color/status_text"
+            android.textSize="14sp"/>
+
 </FrameLayout>