aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_web_overlay.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_web_overlay.xml')
-rw-r--r--app/src/main/res/layout/activity_web_overlay.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_web_overlay.xml b/app/src/main/res/layout/activity_web_overlay.xml
index f518e518..fe223811 100644
--- a/app/src/main/res/layout/activity_web_overlay.xml
+++ b/app/src/main/res/layout/activity_web_overlay.xml
@@ -17,10 +17,23 @@
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/AppTheme.PopupOverlay" />
- <com.pitchedapps.frost.web.FrostWebView
- android:id="@+id/overlay_frost_webview"
+ <include
+ layout="@layout/view_content_web"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize" />
+ <!--<com.pitchedapps.frost.views.FrostRefreshView-->
+ <!--android:id="@+id/overlay_frost_refresh_view"-->
+ <!--android:layout_width="match_parent"-->
+ <!--android:layout_height="match_parent"-->
+ <!--android:layout_marginTop="?attr/actionBarSize">-->
+
+ <!--<com.pitchedapps.frost.views.FrostWebView-->
+ <!--android:id="@+id/overlay_frost_web_view"-->
+ <!--android:layout_width="match_parent"-->
+ <!--android:layout_height="match_parent" />-->
+
+ <!--</com.pitchedapps.frost.views.FrostRefreshView>-->
+
</android.support.design.widget.CoordinatorLayout>