react-native-xprinter
Version:
This is an android xprinter driver.
19 lines (18 loc) • 729 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>
<!-- From: file:/Users/pepper/Workspace/MyBigDay/react-native-xprinter-demo/node_modules/react-native-xprinter/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.31.0/res/layout/fps_view.xml -->