summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-20 19:32:03 +0300
committerAndrew Dolgov <[email protected]>2020-04-20 19:32:03 +0300
commitfa25f18453c05e1907b425b11edf4802a6448754 (patch)
tree626c3ff8c2211a8b4ee142d7eb7660de8f42d2b2 /org.fox.epube/src/main/res
initial
Diffstat (limited to 'org.fox.epube/src/main/res')
-rw-r--r--org.fox.epube/src/main/res/layout/activity_main.xml22
-rw-r--r--org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher.xml5
-rw-r--r--org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml5
-rw-r--r--org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher.pngbin0 -> 3097 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_background.pngbin0 -> 2635 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_foreground.pngbin0 -> 2723 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_round.pngbin0 -> 4721 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher.pngbin0 -> 2039 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_background.pngbin0 -> 1613 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_foreground.pngbin0 -> 1787 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_round.pngbin0 -> 2982 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher.pngbin0 -> 4280 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_background.pngbin0 -> 4089 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_foreground.pngbin0 -> 3725 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_round.pngbin0 -> 6535 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 6504 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_background.pngbin0 -> 7790 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.pngbin0 -> 6090 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_round.pngbin0 -> 10415 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 9115 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_background.pngbin0 -> 12783 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.pngbin0 -> 9089 bytes
-rw-r--r--org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_round.pngbin0 -> 14892 bytes
-rw-r--r--org.fox.epube/src/main/res/values/colors.xml6
-rw-r--r--org.fox.epube/src/main/res/values/strings.xml3
-rw-r--r--org.fox.epube/src/main/res/values/styles.xml12
26 files changed, 53 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
diff --git a/org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..83b52fc
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@mipmap/ic_launcher_background"/>
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
+</adaptive-icon> \ No newline at end of file
diff --git a/org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..83b52fc
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@mipmap/ic_launcher_background"/>
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
+</adaptive-icon> \ No newline at end of file
diff --git a/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher.png b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..06c608e
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_background.png b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000..5d8c59e
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_background.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..4d33db4
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_round.png b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..ed08f44
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher.png b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..0d3ec11
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_background.png b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000..e964272
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_background.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..05e12d0
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_round.png b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..a50cd5e
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher.png b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..a325d02
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..c7d1590
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_background.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..6ca2bc0
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..baf5f27
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher.png b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..88ce4f7
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..ce94cf7
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..7dd2d47
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..815bba8
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..9a44ca1
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..9c2ea57
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..f5df761
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..366f8f6
--- /dev/null
+++ b/org.fox.epube/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/org.fox.epube/src/main/res/values/colors.xml b/org.fox.epube/src/main/res/values/colors.xml
new file mode 100644
index 0000000..6b3f6ab
--- /dev/null
+++ b/org.fox.epube/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="colorPrimary">#008577</color>
+ <color name="colorPrimaryDark">#00574B</color>
+ <color name="colorAccent">#D81B60</color>
+</resources>
diff --git a/org.fox.epube/src/main/res/values/strings.xml b/org.fox.epube/src/main/res/values/strings.xml
new file mode 100644
index 0000000..622a909
--- /dev/null
+++ b/org.fox.epube/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+<resources>
+ <string name="app_name">The Epube</string>
+</resources>
diff --git a/org.fox.epube/src/main/res/values/styles.xml b/org.fox.epube/src/main/res/values/styles.xml
new file mode 100644
index 0000000..05674a6
--- /dev/null
+++ b/org.fox.epube/src/main/res/values/styles.xml
@@ -0,0 +1,12 @@
+<resources>
+
+ <!-- Base application theme. -->
+ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
+ <!-- Customize your theme here. -->
+ <item name="colorPrimary">@color/colorPrimary</item>
+ <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
+ <item name="colorAccent">@color/colorAccent</item>
+ <item name="android:navigationBarColor">@android:color/black</item>
+ </style>
+
+</resources>