react-native-tamara-sdk
Version:
Tamara React Native SDK
19 lines (17 loc) • 655 B
text/xml
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.tamarasdk.ui.WebViewFragment">
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="40dip"
android:layout_height="40dip"
android:layout_gravity="center"
android:visibility="gone"
android:indeterminate="true"/>
</FrameLayout>