aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/not_supported_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/not_supported_activity.xml')
-rw-r--r--app/src/main/res/layout/not_supported_activity.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/not_supported_activity.xml b/app/src/main/res/layout/not_supported_activity.xml
new file mode 100644
index 00000000..8e093279
--- /dev/null
+++ b/app/src/main/res/layout/not_supported_activity.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layout xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <TextView
+ android:id="@+id/not_supported_message"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:padding="32dp" />
+</layout>