aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/not_supported_activity.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-27 04:28:48 +0100
committerSamuel Holland <samuel@sholland.org>2017-11-27 04:28:48 +0100
commit6bc6aea2d0a73d866092d7cfb318caf5ff351437 (patch)
tree3747d314c02a85a151d2b3d21a96bddee096f997 /app/src/main/res/layout/not_supported_activity.xml
parentSettings: show quick tile config if no primary is defined (diff)
downloadwireguard-android-6bc6aea2d0a73d866092d7cfb318caf5ff351437.tar.xz
wireguard-android-6bc6aea2d0a73d866092d7cfb318caf5ff351437.zip
NotSupported: check if the module exists
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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>