react-native-scan-barcode
Version:
A barcode scanner component for react native android. The library uses https://github.com/zxing/zxing to decode the barcodes. For iOS you can use https://github.com/lwansbrough/react-native-camera.
19 lines (17 loc) • 511 B
text/xml
<merge
xmlns:android="http://schemas.android.com/apk/res/android"
>
<TextView
android:id="@+id/fps_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:background="#a4141823"
android:gravity="right"
android:layout_gravity="top|right"
android:padding="3dp"
android:textColor="@android:color/white"
android:textSize="11sp"
/>
</merge>