Added a new feature to the test app, which captures all the device info and default...
[zxing.git] / androidtest / res / layout / camera_test.xml
index 30a30a8..b8fc4c2 100755 (executable)
         android:layout_weight="1"
         android:background="@color/transparent"/>
 
-    <FrameLayout
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:layout_weight="0"
-        android:background="@color/status_view"
-        android:baselineAligned="false"
-        android:padding="4px">
-
-      <TextView android:id="@+id/status_text_view"
-                android:layout_width="fill_parent"
-                android:layout_height="wrap_content"
-                android:layout_gravity="left|center_vertical"
-                android:text="@string/status_message"
-                android:textColor="@color/status_text"/>
-
-    </FrameLayout>
+    <TextView android:id="@+id/status_text_view"
+              android:layout_width="fill_parent"
+              android:layout_height="wrap_content"
+              android:layout_gravity="left|center_vertical"
+              android:layout_weight="0"
+              android:text="@string/status_message"
+              android:textColor="@color/status_text"
+              android:background="@color/status_view"
+              android:padding="4px"/>
 
   </LinearLayout>