summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.epube/src/main/res/layout/activity_main.xml')
-rw-r--r--org.fox.epube/src/main/res/layout/activity_main.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/org.fox.epube/src/main/res/layout/activity_main.xml b/org.fox.epube/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..4b67b75
--- /dev/null
+++ b/org.fox.epube/src/main/res/layout/activity_main.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".MainActivity">
+
+ <WebView
+ android:id="@+id/webview_main"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </WebView>
+
+ <ProgressBar
+ android:id="@+id/loading_progress"
+ style="@style/Widget.AppCompat.ProgressBar.Horizontal"
+ android:layout_width="match_parent"
+ android:visibility="gone"
+ android:layout_height="wrap_content" />
+
+</FrameLayout> \ No newline at end of file