Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/explanation.xml')
-rw-r--r--app/src/main/res/layout/explanation.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/explanation.xml b/app/src/main/res/layout/explanation.xml
new file mode 100644
index 0000000..e03a8cc
--- /dev/null
+++ b/app/src/main/res/layout/explanation.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:scaleType="center"
+ app:srcCompat="@drawable/explanation">
+</ImageView>