Skip to content

Instantly share code, notes, and snippets.

@javiergamarra
Created October 7, 2015 22:27
Show Gist options
  • Save javiergamarra/cdedb0cd7778abf598f8 to your computer and use it in GitHub Desktop.
Save javiergamarra/cdedb0cd7778abf598f8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<com.liferay.mobile.screens.viewsets.defaultviews.webcontentdisplay.WebContentDisplayView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
android:id="@+id/liferay_webview_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="gone"/>
<WebView
android:id="@+id/liferay_webview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:text="Thanks for making the DevCon possible"
android:textSize="14sp"/>
</com.liferay.mobile.screens.viewsets.defaultviews.webcontentdisplay.WebContentDisplayView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment