react-native-svg
Version:
SVG library for react-native
19 lines (18 loc) • 705 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:/H:/opensources/react-native-svg/Example/node_modules/react-native-svg/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.29.0/res/layout/fps_view.xml -->