diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-27 04:28:48 +0100 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-11-27 04:28:48 +0100 |
commit | 6bc6aea2d0a73d866092d7cfb318caf5ff351437 (patch) | |
tree | 3747d314c02a85a151d2b3d21a96bddee096f997 /app/src/main/res/layout | |
parent | ad16d2cc7b5a39c95450f9d7bd26a0895e8af76b (diff) |
NotSupported: check if the module exists
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/not_supported_activity.xml | 9 |
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> |