summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.epube/src/main/res/drawable')
-rw-r--r--org.fox.epube/src/main/res/drawable/baseline_fullscreen_24.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.fox.epube/src/main/res/drawable/baseline_fullscreen_24.xml b/org.fox.epube/src/main/res/drawable/baseline_fullscreen_24.xml
new file mode 100644
index 0000000..804cebc
--- /dev/null
+++ b/org.fox.epube/src/main/res/drawable/baseline_fullscreen_24.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?attr/colorControlNormal">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M7,14L5,14v5h5v-2L7,17v-3zM5,10h2L7,7h3L10,5L5,5v5zM17,17h-3v2h5v-5h-2v3zM14,5v2h3v3h2L19,5h-5z"/>
+</vector>