aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/swipe_webview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/swipe_webview.xml')
-rw-r--r--app/src/main/res/layout/swipe_webview.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/layout/swipe_webview.xml b/app/src/main/res/layout/swipe_webview.xml
index e8c0572d..12bccf11 100644
--- a/app/src/main/res/layout/swipe_webview.xml
+++ b/app/src/main/res/layout/swipe_webview.xml
@@ -22,9 +22,14 @@
</android.support.v4.widget.SwipeRefreshLayout>
<ProgressBar
- android:id="@+id/progressBar"
+ android:id="@+id/progress_bar"
style="@style/FrostProgressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top" />
+
+ <com.pitchedapps.frost.web.FrostWebContextMenu
+ android:id="@+id/context_menu"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</FrameLayout> \ No newline at end of file