UNPKG

helpshift-plugin-phonegap

Version:

Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project

20 lines (17 loc) 847 B
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <FrameLayout android:id="@+id/hs__fullscreen_custom_content" android:visibility="gone" android:background="@android:color/black" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" /> <FrameLayout android:id="@+id/hs__webview_main_content" android:layout_width="match_parent" android:layout_height="match_parent" /> </FrameLayout> <!-- From: file:/Users/naiquevin/helpshift/code/r2d2/Helpshift/src/main/res/layout/hs__webview_custom_content.xml -->