payu-custom-browser-react
Version:
React wrapper for custom-browser-react
16 lines (15 loc) • 567 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:background="@android:color/white"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:textColor="@android:color/black"
android:textStyle="bold"
android:gravity="center"
android:textSize="15dp"
android:layout_gravity="center"
android:layout_height="match_parent"
android:text="Open from MyFancyLibrary yeah!!"/>
</LinearLayout>